Skip to content

Commit

Permalink
mark broken gui examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Aug 1, 2023
1 parent a393b0c commit 79ac0ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/cli/tests/cli_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ mod cli_run {
fn hello_gui() {
test_roc_app_slim(
"examples/gui",
"hello.roc",
"helloBROKEN.roc",
"hello-gui",
"",
UseValgrind::No,
Expand All @@ -675,7 +675,7 @@ mod cli_run {
fn breakout() {
test_roc_app_slim(
"examples/gui/breakout",
"breakout.roc",
"breakoutBROKEN.roc",
"breakout",
"",
UseValgrind::No,
Expand All @@ -687,7 +687,7 @@ mod cli_run {
fn breakout_hello_gui() {
test_roc_app_slim(
"examples/gui/breakout",
"hello-gui.roc",
"hello-guiBROKEN.roc",
"hello-gui",
"",
UseValgrind::No,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 79ac0ca

Please sign in to comment.