diff options
Diffstat (limited to 'test/binaryen.js/atomics.js.txt')
-rw-r--r-- | test/binaryen.js/atomics.js.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/binaryen.js/atomics.js.txt b/test/binaryen.js/atomics.js.txt index a58647617..091298d57 100644 --- a/test/binaryen.js/atomics.js.txt +++ b/test/binaryen.js/atomics.js.txt @@ -45,21 +45,21 @@ ) ) (drop - (i32.atomic.wait + (memory.atomic.wait32 (i32.const 0) (i32.const 0) (i64.const 0) ) ) (drop - (i64.atomic.wait + (memory.atomic.wait64 (i32.const 0) (i64.const 0) (i64.const 0) ) ) (drop - (atomic.notify + (memory.atomic.notify (i32.const 0) (i32.const 0) ) |