We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d585363 commit 7324f4bCopy full SHA for 7324f4b
compiler/test-coursier/dotty/tools/coursier/CoursierScalaTests.scala
@@ -76,7 +76,7 @@ class CoursierScalaTests:
76
77
def emptyArgsEqualsRepl() =
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
+ assertTrue(output.mkString("\n").contains("Unable to create a terminal")) // Scala attempted to create REPL so we can assume it is working
80
emptyArgsEqualsRepl()
81
82
def run() =
0 commit comments