diff options
author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2014-10-04 20:05:08 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2014-10-04 20:05:08 +0200 |
commit | b1aa203bb31a9c0edd3fe76b4d38ad7fce2b15f4 (patch) | |
tree | 98a658bb2f33cb9ba034c5369e6d2fc8231246c4 /testsuite/timeout/calibrate | |
parent | 8d95768c80baf47526d08b89e3beba24233fb448 (diff) | |
download | haskell-wip/python3-new.tar.gz |
Restore Python 3 support (Trac #9184)wip/python3-new
This reverts commit e4a597f2f527ba0cd15cb51dda15cb51871c984e.
Conflicts:
testsuite/driver/testlib.py
Diffstat (limited to 'testsuite/timeout/calibrate')
-rw-r--r-- | testsuite/timeout/calibrate | 2 |
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] |