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