mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Fix test
This commit is contained in:
parent
09dec55e6e
commit
cb40c21374
1 changed files with 3 additions and 3 deletions
|
@ -244,9 +244,9 @@ mod cli_run {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"gui" => {
|
"hello-gui" => {
|
||||||
// Since this one requires opening a window, we do `roc build` on it but don't runt i.t
|
// Since this one requires opening a window, we do `roc build` on it but don't run it.
|
||||||
build_example(&Path::new(example.filename), &["--optimize"]);
|
build_example(&file_name, &["--optimize"]);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue