We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88ea46 commit faf0ff0Copy full SHA for faf0ff0
test/scripts/TestDotc.scala
@@ -53,9 +53,9 @@ class TestDotc {
53
s"bin/dotc script did not run properly. Output:$lineSep$dotcOutput"
54
)
55
56
- val (retDotr, dotrOutput) = executeScript("bin/dotr Test")
+ val (retDotr, dotrOutput) = executeScript("bin/dotr HelloWorld")
57
assert(
58
- retDotr == 0 && dotrOutput == "Hello, world!",
+ retDotr == 0 && dotrOutput == "hello world",
59
s"Running hello world exited with status: $retDotr and output: $dotrOutput"
60
61
}
0 commit comments