summaryrefslogtreecommitdiffstats
path: root/test/scons-time/time/no-result.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/time/no-result.py')
-rw-r--r--test/scons-time/time/no-result.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/time/no-result.py b/test/scons-time/time/no-result.py
index baf06d7..fbd2de9 100644
--- a/test/scons-time/time/no-result.py
+++ b/test/scons-time/time/no-result.py
@@ -49,7 +49,7 @@ line_fmt = "%s 11.123456\n"
lines = []
-for i in xrange(9):
+for i in range(9):
logfile_name = 'foo-%s-0.log' % i
if i == 5:
test.write(test.workpath(logfile_name), "NO RESULTS HERE!\n")