summaryrefslogtreecommitdiffstats
path: root/test/multi.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-10-27 11:41:39 (GMT)
committerSteven Knight <knight@baldmt.com>2004-10-27 11:41:39 (GMT)
commit8ed4077009fe3968bc9ce1567e95694a47fa41a8 (patch)
treedab09973fc23aa9a9a3e2a386f575bc913f938e4 /test/multi.py
parentd4e57deb7edf480a8c95542d4dd2afe4e756a137 (diff)
downloadSCons-8ed4077009fe3968bc9ce1567e95694a47fa41a8.zip
SCons-8ed4077009fe3968bc9ce1567e95694a47fa41a8.tar.gz
SCons-8ed4077009fe3968bc9ce1567e95694a47fa41a8.tar.bz2
Restore tests to current status after "updating" to old change.
Diffstat (limited to 'test/multi.py')
-rw-r--r--test/multi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/multi.py b/test/multi.py
index ef8a207..8e590d9 100644
--- a/test/multi.py
+++ b/test/multi.py
@@ -161,7 +161,7 @@ test.write('file5b.in', 'file5b.in\n')
test.run(arguments='file5.out',
stderr=TestSCons.re_escape("""
scons: warning: Two different environments were specified for target file5.out,
- but they appear to have the same action: build(["file5.out"], ["file5b.in"])
+ but they appear to have the same action: build(target, source, env)
""") + TestSCons.file_expr)
test.must_match('file5.out', "file5a.in\nfile5b.in\n")