diff options
Diffstat (limited to 'test/lit/passes/directize_all-features.wast')
-rw-r--r-- | test/lit/passes/directize_all-features.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/passes/directize_all-features.wast b/test/lit/passes/directize_all-features.wast index c792797af..9220b24e2 100644 --- a/test/lit/passes/directize_all-features.wast +++ b/test/lit/passes/directize_all-features.wast @@ -821,10 +821,10 @@ (table $no-set 5 5 funcref) ;; CHECK: (elem $0 (table $has-set) (i32.const 1) func $foo) - (elem (table $has-set) (i32.const 1) $foo) + (elem $0 (table $has-set) (i32.const 1) $foo) ;; CHECK: (elem $1 (table $no-set) (i32.const 1) func $foo) - (elem (table $no-set) (i32.const 1) $foo) + (elem $1 (table $no-set) (i32.const 1) $foo) ;; CHECK: (func $foo ;; CHECK-NEXT: (table.set $has-set |