summaryrefslogtreecommitdiff
path: root/test/tail-call.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/tail-call.wast.fromBinary.noDebugInfo')
-rw-r--r--test/tail-call.wast.fromBinary.noDebugInfo14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/tail-call.wast.fromBinary.noDebugInfo b/test/tail-call.wast.fromBinary.noDebugInfo
deleted file mode 100644
index 919626330..000000000
--- a/test/tail-call.wast.fromBinary.noDebugInfo
+++ /dev/null
@@ -1,14 +0,0 @@
-(module
- (type $none_=>_none (func))
- (table $0 1 1 funcref)
- (elem (i32.const 0) $0)
- (func $0
- (return_call $1)
- )
- (func $1
- (return_call_indirect $0 (type $none_=>_none)
- (i32.const 0)
- )
- )
-)
-