diff --git a/compiler/test_gen/src/wasm_str.rs b/compiler/test_gen/src/wasm_str.rs index fb12eb3d91..6682a58811 100644 --- a/compiler/test_gen/src/wasm_str.rs +++ b/compiler/test_gen/src/wasm_str.rs @@ -1,6 +1,6 @@ // Wasm pointers are only 32bit. This effects RocStr. // These are versions of the str tests assuming 32bit pointers. -#![cfg(not(feature = "gen-dev"))] +#![cfg(feature = "gen-wasm")] // TODO: We need to make these tests work with the llvm wasm backend.