mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Reduce test case
This commit is contained in:
parent
98b6fe0f7f
commit
c832ed04cb
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ mod cli_run {
|
||||||
executable_filename: "args",
|
executable_filename: "args",
|
||||||
stdin: &[],
|
stdin: &[],
|
||||||
arguments: &[Arg::PlainText("hello"), Arg::PlainText("world")],
|
arguments: &[Arg::PlainText("hello"), Arg::PlainText("world")],
|
||||||
expected_ending: "args hello world\n",
|
expected_ending: "hello world\n",
|
||||||
use_valgrind: false,
|
use_valgrind: false,
|
||||||
},
|
},
|
||||||
effects:"interactive" => Example {
|
effects:"interactive" => Example {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue