mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +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;
|
||||
}
|
||||
}
|
||||
"gui" => {
|
||||
// Since this one requires opening a window, we do `roc build` on it but don't runt i.t
|
||||
build_example(&Path::new(example.filename), &["--optimize"]);
|
||||
"hello-gui" => {
|
||||
// Since this one requires opening a window, we do `roc build` on it but don't run it.
|
||||
build_example(&file_name, &["--optimize"]);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue