summaryrefslogtreecommitdiff
path: root/test/lld/recursive.wast.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/lld/recursive.wast.out')
-rw-r--r--test/lld/recursive.wast.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lld/recursive.wast.out b/test/lld/recursive.wast.out
index b250072b0..75a907564 100644
--- a/test/lld/recursive.wast.out
+++ b/test/lld/recursive.wast.out
@@ -3,10 +3,10 @@
(type $1 (func (result i32)))
(type $2 (func))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
+ (import "env" "printf" (func $printf (param i32 i32) (result i32)))
(memory $0 2)
(data (i32.const 568) "%d:%d\n\00Result: %d\n\00")
- (table 1 1 anyfunc)
- (import "env" "printf" (func $printf (param i32 i32) (result i32)))
+ (table $0 1 1 anyfunc)
(global $global$0 (mut i32) (i32.const 66128))
(global $global$1 i32 (i32.const 66128))
(global $global$2 i32 (i32.const 587))