mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Only enable wasm_str tests for gen-wasm feature
This commit is contained in:
parent
7ac1c7a72f
commit
36f2ef301f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue