summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2016-01-08 12:54:09 -0800
committerJF Bastien <jfb@chromium.org>2016-01-08 12:54:09 -0800
commit3a5cd7dc0360d1b12a0558758fa587f0268122b8 (patch)
treeec7597e3f4391542333fa07a7cdf3c62ff4dd701 /check.py
parent6e5eb6bf9c9450428b418e65167e488416dbc9ec (diff)
downloadbinaryen-3a5cd7dc0360d1b12a0558758fa587f0268122b8.tar.gz
binaryen-3a5cd7dc0360d1b12a0558758fa587f0268122b8.tar.bz2
binaryen-3a5cd7dc0360d1b12a0558758fa587f0268122b8.zip
Use waterfall instead of experimental, now the repo has moved.
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)