aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-03-06 16:52:19 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-03-06 16:52:19 -0800
commit956eade969c8dc438a085e3837f5d59c41651b8d (patch)
tree9596bdde5fa86de308ddc633804027a0956a8357
parent012acf44b49274ef14f8f43c46088db12ab96f25 (diff)
add sign correction to llvmswitch test, needed for s_x_x
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 51b9e357..b8641d9a 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2287,6 +2287,8 @@ def process(filename):
self.do_run(src, '*nameA,nameB*')
def test_llvmswitch(self):
+ Settings.CORRECT_SIGNS = 1
+
src = '''
#include <stdio.h>
#include <string.h>