summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names.txt
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-01-08 09:58:17 -0800
committerAlon Zakai <alonzakai@gmail.com>2016-01-08 09:58:17 -0800
commit3c0cf0b29b8cb468469844e7d1bb38e311b6692d (patch)
tree90157555d20d066044e5b39cff4006843e5b559d /test/passes/remove-unused-names.txt
parentf4958962bce2035f9de1ca409672607e68e4b5a3 (diff)
downloadbinaryen-3c0cf0b29b8cb468469844e7d1bb38e311b6692d.tar.gz
binaryen-3c0cf0b29b8cb468469844e7d1bb38e311b6692d.tar.bz2
binaryen-3c0cf0b29b8cb468469844e7d1bb38e311b6692d.zip
simplify print output in passes tests
Diffstat (limited to 'test/passes/remove-unused-names.txt')
-rw-r--r--test/passes/remove-unused-names.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/passes/remove-unused-names.txt b/test/passes/remove-unused-names.txt
index f62b3b32f..045a3288c 100644
--- a/test/passes/remove-unused-names.txt
+++ b/test/passes/remove-unused-names.txt
@@ -1,14 +1,6 @@
(module
(memory 16777216 16777216)
(func $b0 (param $i1 i32) (result i32)
- (block $topmost
- (i32.const 0)
- )
- )
-)
-(module
- (memory 16777216 16777216)
- (func $b0 (param $i1 i32) (result i32)
(i32.const 0)
)
)