summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/export-import.wast.fromBinary.noDebugInfo')
-rw-r--r--test/export-import.wast.fromBinary.noDebugInfo8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/export-import.wast.fromBinary.noDebugInfo b/test/export-import.wast.fromBinary.noDebugInfo
deleted file mode 100644
index 0ac0ec0c9..000000000
--- a/test/export-import.wast.fromBinary.noDebugInfo
+++ /dev/null
@@ -1,8 +0,0 @@
-(module
- (type $0 (func))
- (import "env" "test2" (global $gimport$0 i32))
- (import "env" "test1" (func $fimport$0 (type $0)))
- (export "test1" (func $fimport$0))
- (export "test2" (global $gimport$0))
-)
-