aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-09 10:39:57 -0700
committeralon@honor <none@none>2010-10-09 10:39:57 -0700
commitb7a45a4236221343f96642499d1dfc84f327fb9b (patch)
tree5949c61317f35980c05fd4f8af5ba29c0f0c2121 /tests/runner.py
parentf209c923ca69d6d1cdcd25e71a62afc133bbdc8d (diff)
make llvm 2.7/clang work again
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index b134f739..95b5ba64 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -45,7 +45,9 @@ class T(unittest.TestCase):
# C++ => LLVM binary
try:
+ # Make sure we notice if compilation steps failed
os.remove(filename + '.o')
+ os.remove(filename + '.o.ll')
except:
pass
os.chdir(dirname)