From 89282a81fc5cc6fbeb4ffb952fa05b25da2070a3 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 11 Aug 2022 22:45:47 -0700 Subject: Move `auto_update_tests.py` into scripts directory. NFC (#4879) So it lives alongside `update_lit_checks.py` and `update_help_checks.py` --- scripts/test/wasm2js.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/test/wasm2js.py') 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). -- cgit v1.2.3