diff options
Diffstat (limited to 'test/export-import.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/export-import.wast.fromBinary.noDebugInfo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/export-import.wast.fromBinary.noDebugInfo b/test/export-import.wast.fromBinary.noDebugInfo index 3064e637d..94942c901 100644 --- a/test/export-import.wast.fromBinary.noDebugInfo +++ b/test/export-import.wast.fromBinary.noDebugInfo @@ -1,6 +1,5 @@ (module (type $0 (func)) - (type $1 (func)) (import "env" "test2" (global $gimport$1 i32)) (import "env" "test1" (func $fimport$0)) (export "test1" (func $fimport$0)) |