Skip to content

Commit faf0ff0

Browse files
committed
fixup
1 parent a88ea46 commit faf0ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/scripts/TestDotc.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ class TestDotc {
5353
s"bin/dotc script did not run properly. Output:$lineSep$dotcOutput"
5454
)
5555

56-
val (retDotr, dotrOutput) = executeScript("bin/dotr Test")
56+
val (retDotr, dotrOutput) = executeScript("bin/dotr HelloWorld")
5757
assert(
58-
retDotr == 0 && dotrOutput == "Hello, world!",
58+
retDotr == 0 && dotrOutput == "hello world",
5959
s"Running hello world exited with status: $retDotr and output: $dotrOutput"
6060
)
6161
}

0 commit comments

Comments
 (0)