Fix some cli_run expectations

This commit is contained in:
Richard Feldman 2021-07-19 22:44:49 -04:00
parent 10166d5fc3
commit 1e9a5420c8

View File

@ -117,7 +117,16 @@ mod cli_run {
filename: "Hello.roc",
executable_filename: "hello-world",
stdin: &[],
expected_ending:"Hello, World!!!!!!!!!!!!!\n",
expected_ending:"Hello, World!\n",
use_valgrind: true,
}
],
"hello-zig" => vec![
Example {
filename: "Hello.roc",
executable_filename: "hello-world",
stdin: &[],
expected_ending:"Hello, World!\n",
use_valgrind: true,
}
],