summaryrefslogtreecommitdiff
path: root/test/passes/simplify-locals_all-features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/simplify-locals_all-features.txt')
-rw-r--r--test/passes/simplify-locals_all-features.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/simplify-locals_all-features.txt b/test/passes/simplify-locals_all-features.txt
index 5e5478ddf..4225a7033 100644
--- a/test/passes/simplify-locals_all-features.txt
+++ b/test/passes/simplify-locals_all-features.txt
@@ -1136,7 +1136,7 @@
(import "fuzzing-support" "log2" (func $fimport$1 (type $4) (param i32)))
(import "fuzzing-support" "log3" (func $fimport$2 (type $5) (param f32)))
(global $global$0 (mut i32) (i32.const 10))
- (memory $0 (shared 256 256))
+ (memory $0 256 256 shared)
(func $nonatomics (type $FUNCSIG$i) (result i32)
(local $x i32)
(nop)
@@ -1884,7 +1884,7 @@
)
(module
(type $0 (func (result i32)))
- (memory $0 (shared 1 1))
+ (memory $0 1 1 shared)
(data $0 "data")
(export "foo" (func $foo))
(func $foo (type $0) (result i32)