summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names_merge-blocks_all-features.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/remove-unused-names_merge-blocks_all-features.wast')
-rw-r--r--test/passes/remove-unused-names_merge-blocks_all-features.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/remove-unused-names_merge-blocks_all-features.wast b/test/passes/remove-unused-names_merge-blocks_all-features.wast
index 3ec2768e0..1063e2463 100644
--- a/test/passes/remove-unused-names_merge-blocks_all-features.wast
+++ b/test/passes/remove-unused-names_merge-blocks_all-features.wast
@@ -1,5 +1,5 @@
(module
- (memory (shared 256 256))
+ (memory 256 256 shared)
(type $i (func (param i32)))
(type $ii (func (param i32 i32)))
(type $iii (func (param i32 i32 i32)))