From 07520129e4bf1e3c9108f37bfd6436c82ca79311 Mon Sep 17 00:00:00 2001 From: Victor Adossi Date: Sat, 14 Oct 2023 15:26:55 +0900 Subject: [PATCH] fix(tests): 'i64.atomic.wait' -> 'memory.atomic.wait64' Signed-off-by: Victor Adossi --- crates/tests/tests/round_trip/atomic.wat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tests/tests/round_trip/atomic.wat b/crates/tests/tests/round_trip/atomic.wat index 7f67de7c..3a557dfb 100644 --- a/crates/tests/tests/round_trip/atomic.wat +++ b/crates/tests/tests/round_trip/atomic.wat @@ -21,7 +21,7 @@ (i64.const 2) ) - (i64.atomic.wait + (memory.atomic.wait64 (i32.const 0) (i64.const 1) (i64.const 2)