summaryrefslogtreecommitdiff
path: root/test/dot_s/offset-folding.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/offset-folding.wast')
-rw-r--r--test/dot_s/offset-folding.wast44
1 files changed, 0 insertions, 44 deletions
diff --git a/test/dot_s/offset-folding.wast b/test/dot_s/offset-folding.wast
deleted file mode 100644
index 237efdeeb..000000000
--- a/test/dot_s/offset-folding.wast
+++ /dev/null
@@ -1,44 +0,0 @@
-(module
- (memory 0 4294967295)
- (export "test0" $test0)
- (export "test1" $test1)
- (export "test2" $test2)
- (export "test3" $test3)
- (func $test0 (result i32)
- (block $fake_return_waka123
- (block
- (br $fake_return_waka123
- (i32.const 0)
- )
- )
- )
- )
- (func $test1 (result i32)
- (block $fake_return_waka123
- (block
- (br $fake_return_waka123
- (i32.const 0)
- )
- )
- )
- )
- (func $test2 (result i32)
- (block $fake_return_waka123
- (block
- (br $fake_return_waka123
- (i32.const 0)
- )
- )
- )
- )
- (func $test3 (result i32)
- (block $fake_return_waka123
- (block
- (br $fake_return_waka123
- (i32.const 0)
- )
- )
- )
- )
-)
-;; METADATA: { "asmConsts": {} }