diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-08 09:58:17 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-08 09:58:17 -0800 |
commit | 3c0cf0b29b8cb468469844e7d1bb38e311b6692d (patch) | |
tree | 90157555d20d066044e5b39cff4006843e5b559d /test/passes/remove-unused-names.txt | |
parent | f4958962bce2035f9de1ca409672607e68e4b5a3 (diff) | |
download | binaryen-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.txt | 8 |
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) ) ) |