summaryrefslogtreecommitdiff
path: root/test/lit/wasm-split/profile-guided.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/wasm-split/profile-guided.wast')
-rw-r--r--test/lit/wasm-split/profile-guided.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/wasm-split/profile-guided.wast b/test/lit/wasm-split/profile-guided.wast
index 8270204a2..6828c19fc 100644
--- a/test/lit/wasm-split/profile-guided.wast
+++ b/test/lit/wasm-split/profile-guided.wast
@@ -69,7 +69,7 @@
;; NONE: Splitting out functions: bar, bar_callee, deep_foo_callee, foo, foo_callee, shared_callee, uncalled
(module
- (memory $mem (shared 1 1))
+ (memory $mem 1 1 shared)
(export "memory" (memory $mem))
(export "foo" (func $foo))
(export "bar" (func $bar))