summaryrefslogtreecommitdiffstats
path: root/test/multi.py
diff options
context:
space:
mode:
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 bc5bc7d..f7161a1 100644
--- a/test/multi.py
+++ b/test/multi.py
@@ -81,7 +81,7 @@ test.write('file2b.in', 'file2b.in\n')
test.run(arguments='file2.out',
status=2,
stderr="""
-scons: *** Multiple ways to build the same target were specified for: file2.out
+scons: *** Multiple ways to build the same target were specified for: file2.out (from ['file2a.in'] and from ['file2b.in'])
File "SConstruct", line 10, in ?
""")