diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index a8cf123d..e556f3c5 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -183,7 +183,7 @@ if 'benchmark' not in sys.argv: printf(","); } printf("*\\n"); - printf("*%ld*\\n", (long)21); + printf("*%ld*%p\\n", (long)21, &hash); // The %p should not enter an infinite loop! return 0; } ''' |