summaryrefslogtreecommitdiffstats
path: root/test/msvc.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/msvc.py')
-rw-r--r--test/msvc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/msvc.py b/test/msvc.py
index 7d771d3..7b274fa 100644
--- a/test/msvc.py
+++ b/test/msvc.py
@@ -215,7 +215,7 @@ env.Program('test', 'test.cpp')
""")
test.run(status=2, stderr='''
-SCons error: The PCHSTOP construction must be defined if PCH is defined.
+scons: \*\*\* The PCHSTOP construction must be defined if PCH is defined.
File "SConstruct", line 5, in \?
''')
@@ -228,7 +228,7 @@ env.Program('test', 'test.cpp')
""")
test.run(status=2, stderr='''
-SCons error: The PCHSTOP construction variable must be a string: .+
+scons: \*\*\* The PCHSTOP construction variable must be a string: .+
File "SConstruct", line 6, in \?
''')