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 71043f2e8..703ef0fb6 100644 --- a/test/lit/passes/asyncify.wast +++ b/test/lit/passes/asyncify.wast @@ -26,7 +26,7 @@ ;; CHECK: (table $t 2 2 funcref) (table $t funcref (elem $liveness2 $liveness2)) - ;; CHECK: (elem $0 (i32.const 0) $liveness2 $liveness2) + ;; CHECK: (elem $implicit-elem (i32.const 0) $liveness2 $liveness2) ;; CHECK: (export "asyncify_start_unwind" (func $asyncify_start_unwind)) |