move file test

This commit is contained in:
Luke Boswell 2024-05-22 13:29:46 +10:00
parent bb6fb26525
commit 3d4bd68580
No known key found for this signature in database
GPG Key ID: F6DB3C9DB47377B0
2 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ mod cli_run {
#[cfg_attr(windows, ignore)]
#[serial(cli_platform)]
fn cli_file_check() {
let path = file_path_from_root("examples/cli", "fileBROKEN.roc");
let path = file_path_from_root("crates/cli/tests/cli", "fileBROKEN.roc");
let out = run_roc([CMD_CHECK, path.to_str().unwrap()], &[], &[]);
assert!(out.status.success());
}