Only enable wasm_str tests for gen-wasm feature

This commit is contained in:
Brian Carroll 2021-11-16 23:41:15 +00:00
parent 7ac1c7a72f
commit 36f2ef301f

View file

@ -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.