mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Fix CLI test
This commit is contained in:
parent
322ae187bc
commit
fda33fc70d
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ mod cli_run {
|
|||
executable_filename: "static-site",
|
||||
stdin: &[],
|
||||
input_paths: &["input", "output"],
|
||||
expected_ending: "Processed 4 files with 4 successes and 0 errors\n",
|
||||
expected_ending: "Processed 3 files with 3 successes and 0 errors\n",
|
||||
use_valgrind: false,
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue