summaryrefslogtreecommitdiffstats
path: root/test/SharedLibrary.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SharedLibrary.py')
-rw-r--r--test/SharedLibrary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SharedLibrary.py b/test/SharedLibrary.py
index fe35c02..97b5253 100644
--- a/test/SharedLibrary.py
+++ b/test/SharedLibrary.py
@@ -202,7 +202,7 @@ test.run(program = test.workpath('prog'),
if sys.platform == 'win32' or string.find(sys.platform, 'irix') != -1:
test.run(arguments = '-f SConstructFoo')
else:
- test.run(arguments = '-f SConstructFoo', status=2, stderr='''
+ test.run(arguments = '-f SConstructFoo', status=2, stderr='''\
scons: \*\*\* Source file: foo\..* is static and is not compatible with shared target: .*
''')