diff options
Diffstat (limited to 'test/unit/test_memory_packing.py')
-rw-r--r-- | test/unit/test_memory_packing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_memory_packing.py b/test/unit/test_memory_packing.py index a0ccd3006..5d64ccc6c 100644 --- a/test/unit/test_memory_packing.py +++ b/test/unit/test_memory_packing.py @@ -1,6 +1,6 @@ import os from scripts.test.shared import WASM_OPT, run_process -from utils import BinaryenTestCase +from .utils import BinaryenTestCase '''Test that MemoryPacking correctly respects the web limitations by not generating more than 100K data segments''' |