summaryrefslogtreecommitdiffstats
path: root/test/scons-time/func/tail.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/func/tail.py')
-rw-r--r--test/scons-time/func/tail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/func/tail.py b/test/scons-time/func/tail.py
index 91fa6c8..afd3f83 100644
--- a/test/scons-time/func/tail.py
+++ b/test/scons-time/func/tail.py
@@ -44,7 +44,7 @@ def _main():
"""
expect = []
-for i in xrange(9):
+for i in range(9):
test.subdir(str(i))
test.profile_data('foo-%s.prof' % i, '%s/prof.py' % i, '_main', input)
expect.append((r'\d.\d\d\d %s/prof\.py:1\(_main\)' + '\n') % i)