diff options
Diffstat (limited to 'test/lit/passes/dce_all-features.wast')
-rw-r--r-- | test/lit/passes/dce_all-features.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/dce_all-features.wast b/test/lit/passes/dce_all-features.wast index 58bdbf5e5..9953e65b6 100644 --- a/test/lit/passes/dce_all-features.wast +++ b/test/lit/passes/dce_all-features.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 --all-features -S -o - | filecheck %s |