summaryrefslogtreecommitdiff
path: root/test/scons-time
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-12-16 20:30:08 +0000
committerGary Oberbrunner <garyo@oberbrunner.com>2012-12-16 20:30:08 +0000
commitfa6444af876236df73f3a9321b43317a0c09d4b8 (patch)
tree882f4a562f65f3a059a60ed5baf86699f2cabf28 /test/scons-time
parentbcfc775b40eaa51af854862d1902267e8152128c (diff)
downloadscons-fa6444af876236df73f3a9321b43317a0c09d4b8.tar.gz
Fixed tests/scons-time/file.py.
Diffstat (limited to 'test/scons-time')
-rw-r--r--test/scons-time/func/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/func/file.py b/test/scons-time/func/file.py
index 1fe3513a..8e121236 100644
--- a/test/scons-time/func/file.py
+++ b/test/scons-time/func/file.py
@@ -97,7 +97,7 @@ e
test.run(arguments = 'func --file st2.conf --fmt gnuplot')
-test.must_contain_exactly_lines(test.stdout(), expect2, find=TestSCons.search_re_in_list)
+test.must_contain_exactly_lines(test.stdout(), expect2, find=TestSCons_time.search_re_in_list)
test.pass_test()