diff options
Diffstat (limited to 'test/lit/passes/asyncify.wast')
-rw-r--r-- | test/lit/passes/asyncify.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/asyncify.wast b/test/lit/passes/asyncify.wast index 0da90c173..2507375e7 100644 --- a/test/lit/passes/asyncify.wast +++ b/test/lit/passes/asyncify.wast @@ -26,7 +26,7 @@ ;; CHECK: (table $0 2 2 funcref) - ;; CHECK: (elem (i32.const 0) $liveness2 $liveness2) + ;; CHECK: (elem $0 (i32.const 0) $liveness2 $liveness2) ;; CHECK: (export "asyncify_start_unwind" (func $asyncify_start_unwind)) |