move countdown test

This commit is contained in:
Luke Boswell 2024-05-22 13:22:58 +10:00
parent 6d90a4c3c1
commit 0b9c2b4f42
No known key found for this signature in database
GPG Key ID: F6DB3C9DB47377B0
2 changed files with 1 additions and 1 deletions

View File

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