summaryrefslogtreecommitdiffstats
path: root/test/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/errors.py')
-rw-r--r--test/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors.py b/test/errors.py
index 5f780f2..17ac8eb 100644
--- a/test/errors.py
+++ b/test/errors.py
@@ -95,7 +95,7 @@ raise SCons.Errors.UserError, 'Depends() require both sources and targets.'
test.run(arguments='-f SConstruct2',
stdout = "scons: Reading SConscript files ...\n",
stderr = """
-SCons error: Depends\(\) require both sources and targets.
+scons: \*\*\* Depends\(\) require both sources and targets.
File "SConstruct2", line 4, in \?
""", status=2)