aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-03-01 13:36:58 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-03-01 13:36:58 -0800
commit02025b593267807bdf2d0a1f0809a2809e0d6153 (patch)
treee9b34ff76cd1d712288690a28b3090b29ce7614b
parent52a42c189ac1add9e2c6912b99b8a5b37e5a2c93 (diff)
remove old debugging line
-rwxr-xr-xtests/runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 3b295ed2..3e31127b 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5851,7 +5851,6 @@ Options that are modified or new in %s include:
Popen([compiler, path_from_root('tests', 'hello_world' + suffix), '-o', 'a.bc'], stdout=PIPE, stderr=PIPE).communicate()
Popen([LLVM_AR, 'r', 'a.a', 'a.bc'], stdout=PIPE, stderr=PIPE).communicate()
assert os.path.exists('a.a')
- shutil.copyfile('a.a', '/home/alon/a.a')
output = Popen([compiler, 'a.a']).communicate()
assert os.path.exists('a.out.js'), output
self.assertContained('hello, world!', run_js('a.out.js'))