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 420eb5e..d87b41a 100644
--- a/test/errors.py
+++ b/test/errors.py
@@ -94,7 +94,7 @@ a == 1
""")
test.run(status = 2, stderr = """\
-NameError: a:
+NameError: [^\n]*
File "SConstruct", line 1:
a == 1
""")