aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
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;