diff options
author | Steven Knight <knight@baldmt.com> | 2002-05-31 23:52:14 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-05-31 23:52:14 (GMT) |
commit | 78d38667226c4e01ea8d3b1026b2d6db5492d75b (patch) | |
tree | 9185720a12ec97d6d360aad1e2d26cb6dae77b86 /test/SharedLibrary.py | |
parent | b87d8ee0fbcb2e9cbc804e29021a1202112f63c7 (diff) | |
download | SCons-78d38667226c4e01ea8d3b1026b2d6db5492d75b.zip SCons-78d38667226c4e01ea8d3b1026b2d6db5492d75b.tar.gz SCons-78d38667226c4e01ea8d3b1026b2d6db5492d75b.tar.bz2 |
Windows NT portability.
Diffstat (limited to 'test/SharedLibrary.py')
-rw-r--r-- | test/SharedLibrary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SharedLibrary.py b/test/SharedLibrary.py index 8675c4b..e1b832c 100644 --- a/test/SharedLibrary.py +++ b/test/SharedLibrary.py @@ -182,7 +182,7 @@ 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.o must be built with shared=1 in order to be compatible with the selected target. +SCons error: Source file: foo\..* must be built with shared=1 in order to be compatible with the selected target. File ".*", line .*, in .* ''' ) |