diff --git a/crates/api/tests/examples.rs b/crates/api/tests/examples.rs index 3f6468f9a9..24de77f3ed 100644 --- a/crates/api/tests/examples.rs +++ b/crates/api/tests/examples.rs @@ -32,7 +32,6 @@ fn test_run_memory_example() { run_example("memory"); } -#[cfg(not(target_os = "windows"))] #[test] fn test_run_multi_example() { run_example("multi");