diff --git a/crates/cli/tests/cli_run.rs b/crates/cli/tests/cli_run.rs index e187a218f47..f39dce01bbf 100644 --- a/crates/cli/tests/cli_run.rs +++ b/crates/cli/tests/cli_run.rs @@ -662,7 +662,7 @@ mod cli_run { fn hello_gui() { test_roc_app_slim( "examples/gui", - "hello.roc", + "helloBROKEN.roc", "hello-gui", "", UseValgrind::No, @@ -675,7 +675,7 @@ mod cli_run { fn breakout() { test_roc_app_slim( "examples/gui/breakout", - "breakout.roc", + "breakoutBROKEN.roc", "breakout", "", UseValgrind::No, @@ -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, diff --git a/examples/gui/breakout/breakout.roc b/examples/gui/breakout/breakoutBROKEN.roc similarity index 100% rename from examples/gui/breakout/breakout.roc rename to examples/gui/breakout/breakoutBROKEN.roc diff --git a/examples/gui/breakout/hello-gui.roc b/examples/gui/breakout/hello-guiBROKEN.roc similarity index 100% rename from examples/gui/breakout/hello-gui.roc rename to examples/gui/breakout/hello-guiBROKEN.roc diff --git a/examples/gui/hello.roc b/examples/gui/helloBROKEN.roc similarity index 100% rename from examples/gui/hello.roc rename to examples/gui/helloBROKEN.roc