diff options
author | Sam Clegg <sbc@chromium.org> | 2019-12-10 18:16:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 18:16:06 -0600 |
commit | 8dd1b2d545ea5ecf6bce90ce726dd95d319b5d63 (patch) | |
tree | f9c4d30d874eeeb0f78f58c3c71a85c7ddee55f7 /scripts/test | |
parent | 183bfb9eaab6ec7356144e8eb7534dcf97275384 (diff) | |
download | binaryen-8dd1b2d545ea5ecf6bce90ce726dd95d319b5d63.tar.gz binaryen-8dd1b2d545ea5ecf6bce90ce726dd95d319b5d63.tar.bz2 binaryen-8dd1b2d545ea5ecf6bce90ce726dd95d319b5d63.zip |
Rename a couple of files that were missing in #2518 (#2521)
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test/lld.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/lld.py b/scripts/test/lld.py index 2f2ebbf20..f509059de 100755 --- a/scripts/test/lld.py +++ b/scripts/test/lld.py @@ -67,7 +67,7 @@ def test_wasm_emscripten_finalize(): def update_lld_tests(): - print('\n[ updatring wasm-emscripten-finalize testcases... ]\n') + print('\n[ updating wasm-emscripten-finalize testcases... ]\n') for wat_path in shared.get_tests(shared.get_test_dir('lld'), ['.wat']): print('..', wat_path) |