summaryrefslogtreecommitdiff
path: root/test/extra-unreachable.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra-unreachable.wast')
-rw-r--r--test/extra-unreachable.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/extra-unreachable.wast b/test/extra-unreachable.wast
index 7c9ed8814..799665924 100644
--- a/test/extra-unreachable.wast
+++ b/test/extra-unreachable.wast
@@ -138,16 +138,16 @@
;; atomic.wait
(global.set $g
- (i32.atomic.wait
+ (memory.atomic.wait32
(unreachable)
(i32.const 0)
(i64.const 0)
)
)
- ;; atomic.notify
+ ;; memory.atomic.notify
(global.set $g
- (atomic.notify
+ (memory.atomic.notify
(unreachable)
(i32.const 0)
)