diff options
author | Alon Zakai <azakai@google.com> | 2020-11-12 12:39:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 12:39:10 -0800 |
commit | c48433eb9c24bf51ae24fbe646fc4719ea88e746 (patch) | |
tree | 545465ebf40c99755e2ba0e7ace46793c7948b82 | |
parent | 9f8bbcaa986258815a89af7472f27df98a428e33 (diff) | |
download | binaryen-c48433eb9c24bf51ae24fbe646fc4719ea88e746.tar.gz binaryen-c48433eb9c24bf51ae24fbe646fc4719ea88e746.tar.bz2 binaryen-c48433eb9c24bf51ae24fbe646fc4719ea88e746.zip |
Update tests following conflicting landings (#3345)
-rw-r--r-- | test/passes/optimize-instructions_all-features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/optimize-instructions_all-features.txt b/test/passes/optimize-instructions_all-features.txt index b26e7444b..e367dc7a0 100644 --- a/test/passes/optimize-instructions_all-features.txt +++ b/test/passes/optimize-instructions_all-features.txt @@ -4861,7 +4861,7 @@ (i32.gt_s (i32.sub (local.get $x) - (block $block30 (result i32) + (block $block29 (result i32) (i32.const -2147483648) ) ) |