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