Skip to content

Commit d76ef97

Browse files
committed
Update Coursier test
1 parent d585363 commit d76ef97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: compiler/test-coursier/dotty/tools/coursier/CoursierScalaTests.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class CoursierScalaTests:
7676

7777
def emptyArgsEqualsRepl() =
7878
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
8080
emptyArgsEqualsRepl()
8181

8282
def run() =
@@ -133,7 +133,7 @@ class CoursierScalaTests:
133133

134134
def replWithArgs() =
135135
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
137137
replWithArgs()
138138

139139
def argumentFile() =

0 commit comments

Comments
 (0)