summaryrefslogtreecommitdiff
path: root/test/wasm2js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js')
-rw-r--r--test/wasm2js/atomics_32.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/atomics_32.wast b/test/wasm2js/atomics_32.wast
index e1b49d852..c6408f162 100644
--- a/test/wasm2js/atomics_32.wast
+++ b/test/wasm2js/atomics_32.wast
@@ -1,7 +1,7 @@
(module
(memory (shared 256 256))
- (data passive "hello,")
- (data passive "world!")
+ (data "hello,")
+ (data "world!")
(func "test"
(local $x i32)
(local $y i64)