diff options
author | Sam Clegg <sbc@chromium.org> | 2022-08-12 09:45:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 09:45:19 -0700 |
commit | 48d5a5d529cf3e51605a5e50a746603b74a72e97 (patch) | |
tree | 0e0c5d145fb5d5f4f6c23c061fe180646b10005a /test/lit/passes/dce_vacuum_remove-unused-names.wast | |
parent | 3b1cc0b7d297086ddec24644722df1839e0579e1 (diff) | |
download | binaryen-48d5a5d529cf3e51605a5e50a746603b74a72e97.tar.gz binaryen-48d5a5d529cf3e51605a5e50a746603b74a72e97.tar.bz2 binaryen-48d5a5d529cf3e51605a5e50a746603b74a72e97.zip |
Fix name of port_passes_tests_to_lit.py script. NFC (#4902)
I was reading these tests and failing to find the names script.
Diffstat (limited to 'test/lit/passes/dce_vacuum_remove-unused-names.wast')
-rw-r--r-- | test/lit/passes/dce_vacuum_remove-unused-names.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/dce_vacuum_remove-unused-names.wast b/test/lit/passes/dce_vacuum_remove-unused-names.wast index 13d0800db..96a3d8f6b 100644 --- a/test/lit/passes/dce_vacuum_remove-unused-names.wast +++ b/test/lit/passes/dce_vacuum_remove-unused-names.wast @@ -1,5 +1,5 @@ ;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited. -;; NOTE: This test was ported using port_test.py and could be cleaned up. +;; NOTE: This test was ported using port_passes_tests_to_lit.py and could be cleaned up. ;; RUN: foreach %s %t wasm-opt --dce --vacuum --remove-unused-names -S -o - | filecheck %s |