summaryrefslogtreecommitdiffstats
path: root/test/Alias/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Alias/errors.py')
-rw-r--r--test/Alias/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Alias/errors.py b/test/Alias/errors.py
index 1205b29..36876c4 100644
--- a/test/Alias/errors.py
+++ b/test/Alias/errors.py
@@ -40,7 +40,7 @@ env.Alias('A', 'B')
""")
test.run(arguments='A',
- stderr="scons: *** Source `D' not found, needed by target `C'. Stop.\n",
+ stderr="scons: *** [C] Source `D' not found, needed by target `C'.\n",
status=2)
test.pass_test()