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