summaryrefslogtreecommitdiff
path: root/testsuite/timeout/calibrate
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/timeout/calibrate')
-rw-r--r--testsuite/timeout/calibrate2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/timeout/calibrate b/testsuite/timeout/calibrate
index b0d75dac24..f30c628e7a 100644
--- a/testsuite/timeout/calibrate
+++ b/testsuite/timeout/calibrate
@@ -10,7 +10,7 @@ except:
# We don't have resource, so this is a non-UNIX machine.
# It's probably a reasonable modern x86/x86_64 machines, so we'd
# probably calibrate to 300 anyway; thus just print 300.
- print 300
+ print(300)
exit(0)
compiler = argv[1]