summaryrefslogtreecommitdiff
path: root/test/mutable-global.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/mutable-global.wast.fromBinary.noDebugInfo')
-rw-r--r--test/mutable-global.wast.fromBinary.noDebugInfo13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/mutable-global.wast.fromBinary.noDebugInfo b/test/mutable-global.wast.fromBinary.noDebugInfo
deleted file mode 100644
index 69db53f3f..000000000
--- a/test/mutable-global.wast.fromBinary.noDebugInfo
+++ /dev/null
@@ -1,13 +0,0 @@
-(module
- (type $0 (func))
- (import "env" "global-mut" (global $gimport$0 (mut i32)))
- (func $0 (type $0)
- (global.set $gimport$0
- (i32.add
- (global.get $gimport$0)
- (i32.const 1)
- )
- )
- )
-)
-