summaryrefslogtreecommitdiff
path: root/test/untaken-br_if.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/untaken-br_if.wast.fromBinary.noDebugInfo')
-rw-r--r--test/untaken-br_if.wast.fromBinary.noDebugInfo16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/untaken-br_if.wast.fromBinary.noDebugInfo b/test/untaken-br_if.wast.fromBinary.noDebugInfo
deleted file mode 100644
index dd7d1197c..000000000
--- a/test/untaken-br_if.wast.fromBinary.noDebugInfo
+++ /dev/null
@@ -1,16 +0,0 @@
-(module
- (type $0 (func (result f32)))
- (func $0 (type $0) (result f32)
- (if (result f32)
- (i32.const 1)
- (unreachable)
- (block $label$3 (result f32)
- (drop
- (f32.const 1)
- )
- (unreachable)
- )
- )
- )
-)
-