diff options
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 ? """) |