summaryrefslogtreecommitdiff
path: root/test/print/memory-shared.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/print/memory-shared.wast')
-rw-r--r--test/print/memory-shared.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/print/memory-shared.wast b/test/print/memory-shared.wast
index ee02979b1..daff79f22 100644
--- a/test/print/memory-shared.wast
+++ b/test/print/memory-shared.wast
@@ -1,3 +1,3 @@
(module
- (memory $0 (shared 23 256))
+ (memory $0 23 256 shared)
)