diff options
Diffstat (limited to 'test/SharedLibrary.py')
-rw-r--r-- | test/SharedLibrary.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SharedLibrary.py b/test/SharedLibrary.py index d54dba4..8659637 100644 --- a/test/SharedLibrary.py +++ b/test/SharedLibrary.py @@ -192,12 +192,12 @@ test.run(program = test.workpath('prog'), stdout = "f1.c\nf2a.c\nf2b.c\nf2c.c\nf3a.c\nf3b.c\nf3c.c\nprog.c\n") test.run(arguments = '-f SConstructFoo', status=2, stderr=''' -SCons error: Source file: foo\..* is static and is not compatible with shared target: .* +scons: \*\*\* Source file: foo\..* is static and is not compatible with shared target: .* ''' ) test.run(arguments = '-f SConstructFoo2', status=2, stderr=''' -SCons error: Source file: bar\..* is shared and is not compatible with static target: .* +scons: \*\*\* Source file: bar\..* is shared and is not compatible with static target: .* ''' ) |