summaryrefslogtreecommitdiff
path: root/test/unreachable-instr-type.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/unreachable-instr-type.wast.fromBinary.noDebugInfo')
-rw-r--r--test/unreachable-instr-type.wast.fromBinary.noDebugInfo8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/unreachable-instr-type.wast.fromBinary.noDebugInfo b/test/unreachable-instr-type.wast.fromBinary.noDebugInfo
deleted file mode 100644
index f74fdce2b..000000000
--- a/test/unreachable-instr-type.wast.fromBinary.noDebugInfo
+++ /dev/null
@@ -1,8 +0,0 @@
-(module
- (type $0 (func))
- (memory $0 (shared 1 1))
- (func $0 (type $0)
- (unreachable)
- )
-)
-