diff options
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 2c12007c..b775d77c 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1591,6 +1591,7 @@ if 'benchmark' not in sys.argv: if COMPILER == LLVM_GCC: # Test for line-specific corrections in gcc, and in clang do the opposite + global COMPILER_TEST_OPTS; COMPILER_TEST_OPTS = ['-g'] CORRECT_SIGNS = 2 CORRECT_SIGNS_LINES = [ "trees.c:728", "inflate.c:1169", "deflate.c:1566", "trees.c:773", "trees.c:1089", "adler32.c:69", "trees.c:1233", |