summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lit/wat-kitchen-sink.wast8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lit/wat-kitchen-sink.wast b/test/lit/wat-kitchen-sink.wast
index 2504de0cf..8f5af0d81 100644
--- a/test/lit/wat-kitchen-sink.wast
+++ b/test/lit/wat-kitchen-sink.wast
@@ -108,10 +108,10 @@
(global $i32 i32 i32.const 42)
;; memories
- ;; CHECK: (memory $mem 1 1)
- (memory $mem 1 1)
- (memory 0)
- ;; CHECK: (memory $0 0)
+ ;; CHECK: (memory $mem (shared 1 1))
+ (memory $mem 1 1 shared)
+ (memory 0 1 shared)
+ ;; CHECK: (memory $0 (shared 0 1))
;; CHECK: (memory $mem-i32 0 1)
(memory $mem-i32 i32 0 1)