Skip to content

Commit

Permalink
fix(tests): 'i64.atomic.wait' -> 'memory.atomic.wait64'
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
vados-cosmonic committed Oct 14, 2023
1 parent 4a2b5b9 commit 0752012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/tests/round_trip/atomic.wat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(i64.const 2)
)

(i64.atomic.wait
(memory.atomic.wait64
(i32.const 0)
(i64.const 1)
(i64.const 2)
Expand Down

0 comments on commit 0752012

Please sign in to comment.