diff options
Diffstat (limited to 'test/multi.py')
-rw-r--r-- | test/multi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/multi.py b/test/multi.py index 8e590d9..ef8a207 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(target, source, env) + but they appear to have the same action: build(["file5.out"], ["file5b.in"]) """) + TestSCons.file_expr) test.must_match('file5.out', "file5a.in\nfile5b.in\n") |