diff options
Diffstat (limited to 'scripts/port_passes_tests_to_lit.py')
-rwxr-xr-x | scripts/port_passes_tests_to_lit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/port_passes_tests_to_lit.py b/scripts/port_passes_tests_to_lit.py index 659cc20d2..6e82c4551 100755 --- a/scripts/port_passes_tests_to_lit.py +++ b/scripts/port_passes_tests_to_lit.py @@ -67,7 +67,7 @@ def port_test(args, test): run_line = (f';; RUN: foreach %s %t wasm-opt {" ".join(opts)} -S -o -' ' | filecheck %s') - notice = (f';; NOTE: This test was ported using' + notice = (';; NOTE: This test was ported using' ' port_passes_tests_to_lit.py and could be cleaned up.') with open(test, 'r') as src_file: |