diff options
author | Alon Zakai <azakai@google.com> | 2023-01-27 09:37:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-27 09:37:27 -0800 |
commit | 332efd044b4ef0c60d2bd7fa8eea44c245e75671 (patch) | |
tree | 22acdf3ec4e906bf0a0b30ea071d58151ced6469 /test | |
parent | 81c136964750e64157963ef41a596c8ae91fb98c (diff) | |
download | binaryen-332efd044b4ef0c60d2bd7fa8eea44c245e75671.tar.gz binaryen-332efd044b4ef0c60d2bd7fa8eea44c245e75671.tar.bz2 binaryen-332efd044b4ef0c60d2bd7fa8eea44c245e75671.zip |
Fix auto-updating of a test (#5462)
The test now has a CHECK-NOT, so we can't auto-update it - the auto-updater
removes that line.
Diffstat (limited to 'test')
-rw-r--r-- | test/lit/passes/O1_skip.wast | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lit/passes/O1_skip.wast b/test/lit/passes/O1_skip.wast index ebbf9df4a..c22242aa6 100644 --- a/test/lit/passes/O1_skip.wast +++ b/test/lit/passes/O1_skip.wast @@ -1,6 +1,3 @@ -;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited. -;; NOTE: This test was ported using port_passes_tests_to_lit.py and could be cleaned up. - ;; RUN: foreach %s %t wasm-opt -O2 --coalesce-locals --skip-pass=coalesce-locals -S -o - 2>&1 | filecheck %s ;; We should skip coalese-locals even though it is run in -O2 and also we ask to |