diff options
Diffstat (limited to 'test/table-import.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/table-import.wast.fromBinary.noDebugInfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/table-import.wast.fromBinary.noDebugInfo b/test/table-import.wast.fromBinary.noDebugInfo index 40159e6a3..1bcd48426 100644 --- a/test/table-import.wast.fromBinary.noDebugInfo +++ b/test/table-import.wast.fromBinary.noDebugInfo @@ -1,8 +1,8 @@ (module (type $0 (func)) - (memory $0 0) - (import "env" "table" (table 1 1 anyfunc)) + (import "env" "table" (table $timport$0 1 1 anyfunc)) (elem (i32.const 0) $0) + (memory $0 0) (func $0 (; 0 ;) (type $0) (nop) ) |