aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-25 13:59:25 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-25 13:59:25 -0700
commit5db12d067ed104e26f77e31a02febb0e0b2d1667 (patch)
treefab6a1665e1b315f6dc69724afb4755e2df1b1c3 /tests/runner.py
parentbf882bc76af2d005371f03e3f0911fff61cbf627 (diff)
fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index ba0c4aa0..4107d57e 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1118,6 +1118,7 @@ m_divisor is 1091269979
{
a = argc;
b = argv[1][0];
+ printf("%d,%d\n", a, b);
if (a > a + b || a > a + b + 1) {
printf("one %lld, %lld", a, b);
return 0;