Skip to content

Commit 00f31f2

Browse files
committed
Tests: remove superfluous memory immediate
1 parent 44ba223 commit 00f31f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/async/empty-wait.wast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
(canon waitable.join (core func $waitable.join))
8888
(canon waitable-set.new (core func $waitable-set.new))
8989
(canon future.new $FT (core func $future.new))
90-
(canon future.read $FT async (memory $memory "mem") (core func $future.read))
91-
(canon future.write $FT async (memory $memory "mem") (core func $future.write))
90+
(canon future.read $FT async (core func $future.read))
91+
(canon future.write $FT async (core func $future.write))
9292
(canon future.drop-readable $FT (core func $future.drop-readable))
9393
(canon future.drop-writable $FT (core func $future.drop-writable))
9494
(core instance $cm (instantiate $CM (with "" (instance

0 commit comments

Comments
 (0)