aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-27 16:54:29 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-27 16:54:29 -0700
commit4a1c420b8cb9bc84d72e58d8fe8b05ca0ae09945 (patch)
treece836b157e8065e7200aae34299bd5cda7c9f91e
parent7a218fecc3f2ccff24de4ca947907b011d878a46 (diff)
fix test_autodebug
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index d8871680..dd106ecd 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -8696,6 +8696,7 @@ def process(filename):
def test_autodebug(self):
if Building.LLVM_OPTS: return self.skip('LLVM opts mess us up')
+ Building.COMPILER_TEST_OPTS += ['--llvm-opts', '0']
# Run a test that should work, generating some code
self.test_structs()