diff options
Diffstat (limited to 'test/unit/test_features.py')
-rw-r--r-- | test/unit/test_features.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_features.py b/test/unit/test_features.py index 2a0eca39b..1836aa08a 100644 --- a/test/unit/test_features.py +++ b/test/unit/test_features.py @@ -1,6 +1,6 @@ import os from scripts.test.shared import WASM_OPT, run_process -from utils import BinaryenTestCase +from .utils import BinaryenTestCase class FeatureValidationTest(BinaryenTestCase): |