diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-31 01:25:53 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-31 01:25:53 (GMT) |
commit | c0c32fb930d47c02fcdceea5d1759a35c4a92025 (patch) | |
tree | 6a1b17647873df7fab2d197e016225f592657a63 /test/multi.py | |
parent | f09896916e7eb4fbd1d334d22e99e6b8d8a64696 (diff) | |
download | SCons-c0c32fb930d47c02fcdceea5d1759a35c4a92025.zip SCons-c0c32fb930d47c02fcdceea5d1759a35c4a92025.tar.gz SCons-c0c32fb930d47c02fcdceea5d1759a35c4a92025.tar.bz2 |
Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)
Diffstat (limited to 'test/multi.py')
-rw-r--r-- | test/multi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/multi.py b/test/multi.py index 989c636..bc5bc7d 100644 --- a/test/multi.py +++ b/test/multi.py @@ -369,7 +369,7 @@ test.write('file12b.in', 'file12b.in\n') test.run(arguments='file12.out', status=2, stderr=""" -scons: *** Two different builders (ListBuilder(B) and B) were specified for the same target: file12a.out +scons: *** Cannot build same target `file12a.out' as singular and list File "SConstruct", line 11, in ? """) |