File tree 1 file changed +2
-2
lines changed
compiler/test-coursier/dotty/tools/coursier
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class CoursierScalaTests:
76
76
77
77
def emptyArgsEqualsRepl () =
78
78
val output = CoursierScalaTests .csScalaCmd()
79
- assertTrue(output.mkString(" \n " ).contains(" Unable to create a system terminal" )) // Scala attempted to create REPL so we can assume it is working
79
+ assertTrue(output.mkString(" \n " ).contains(" Unable to create a terminal" )) // Scala attempted to create REPL so we can assume it is working
80
80
emptyArgsEqualsRepl()
81
81
82
82
def run () =
@@ -133,7 +133,7 @@ class CoursierScalaTests:
133
133
134
134
def replWithArgs () =
135
135
val output = CoursierScalaTests .csScalaCmd(" -source" , " 3.0-migration" )
136
- assertTrue(output.mkString(" \n " ).contains(" Unable to create a system terminal" )) // Scala attempted to create REPL so we can assume it is working
136
+ assertTrue(output.mkString(" \n " ).contains(" Unable to create a terminal" )) // Scala attempted to create REPL so we can assume it is working
137
137
replWithArgs()
138
138
139
139
def argumentFile () =
You can’t perform that action at this time.
0 commit comments