summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index cacdc9129..0667dca56 100755
--- a/check.py
+++ b/check.py
@@ -258,7 +258,7 @@ for dot_s_dir in ['dot_s', 'llvm_autogenerated']:
print '\n[ checking torture testcases... ]\n'
-import test.experimental.buildbot.link_assembly_files as link_assembly_files
+import test.waterfall.src.link_assembly_files as link_assembly_files
s2wasm_torture_out = os.path.abspath(os.path.join('test', 's2wasm-torture-out'))
if os.path.isdir(s2wasm_torture_out):
shutil.rmtree(s2wasm_torture_out)