summaryrefslogtreecommitdiff
path: root/test/spec/atomics.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/atomics.wast')
-rw-r--r--test/spec/atomics.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/atomics.wast b/test/spec/atomics.wast
index 4e6dd3563..4ff91ddaf 100644
--- a/test/spec/atomics.wast
+++ b/test/spec/atomics.wast
@@ -1,5 +1,5 @@
(module
- (memory $0 (shared 23 256))
+ (memory $0 23 256 shared)
(func (export "atomic-fence")
(atomic.fence)
)