mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
Fix some cli_run expectations
This commit is contained in:
parent
10166d5fc3
commit
1e9a5420c8
@ -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,
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user