diff options
author | Sam Clegg <sbc@chromium.org> | 2022-08-11 22:45:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 22:45:47 -0700 |
commit | 89282a81fc5cc6fbeb4ffb952fa05b25da2070a3 (patch) | |
tree | 54bc79170aa7c3e458eb39c40af21ee9bd107a7d /scripts/test/wasm2js.py | |
parent | daf5447644e4b1c6c9c09fd0eec6f5ab983a6831 (diff) | |
download | binaryen-89282a81fc5cc6fbeb4ffb952fa05b25da2070a3.tar.gz binaryen-89282a81fc5cc6fbeb4ffb952fa05b25da2070a3.tar.bz2 binaryen-89282a81fc5cc6fbeb4ffb952fa05b25da2070a3.zip |
Move `auto_update_tests.py` into scripts directory. NFC (#4879)
So it lives alongside `update_lit_checks.py` and `update_help_checks.py`
Diffstat (limited to 'scripts/test/wasm2js.py')
-rw-r--r-- | scripts/test/wasm2js.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test/wasm2js.py b/scripts/test/wasm2js.py index 11f7011a1..7fdd8eb94 100644 --- a/scripts/test/wasm2js.py +++ b/scripts/test/wasm2js.py @@ -14,8 +14,8 @@ import os -from scripts.test import shared -from scripts.test import support +from . import shared +from . import support tests = shared.get_tests(shared.options.binaryen_test) # memory64 is not supported in wasm2js yet (but may be with BigInt eventually). |