diff options
Diffstat (limited to 'test/ctor-eval/bad-indirect-call2.wast.out')
-rw-r--r-- | test/ctor-eval/bad-indirect-call2.wast.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ctor-eval/bad-indirect-call2.wast.out b/test/ctor-eval/bad-indirect-call2.wast.out index f302fb143..16b7627fe 100644 --- a/test/ctor-eval/bad-indirect-call2.wast.out +++ b/test/ctor-eval/bad-indirect-call2.wast.out @@ -1,10 +1,10 @@ (module (type $FUNCSIG$v (func)) + (import "env" "_abort" (func $_abort)) (memory $0 256 256) (data (i32.const 10) "waka waka waka waka waka") - (table 2 2 anyfunc) + (table $0 2 2 anyfunc) (elem (i32.const 0) $_abort $call-indirect) - (import "env" "_abort" (func $_abort)) (export "test1" (func $test1)) (func $test1 (; 1 ;) (type $FUNCSIG$v) (call_indirect (type $FUNCSIG$v) |