Skip to content

Commit 7324f4b

Browse files
committed
Update Coursier test
1 parent d585363 commit 7324f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test-coursier/dotty/tools/coursier/CoursierScalaTests.scala

+1-1
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() =

0 commit comments

Comments
 (0)