From d97d0c54830f18857a8dc4c987d3a277375e437f Mon Sep 17 00:00:00 2001 From: Bryce Miller Date: Fri, 26 May 2023 20:35:35 -0400 Subject: [PATCH] Re-enable test --- crates/cli/tests/cli_run.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/cli/tests/cli_run.rs b/crates/cli/tests/cli_run.rs index 60729b4b10..21a17eda78 100644 --- a/crates/cli/tests/cli_run.rs +++ b/crates/cli/tests/cli_run.rs @@ -634,7 +634,6 @@ mod cli_run { } #[test] - #[ignore] #[cfg_attr( windows, ignore = "this platform is broken, and `roc run --lib` is missing on windows"