| Index: test/multiple-targets/gyptest-default.py
|
| ===================================================================
|
| --- test/multiple-targets/gyptest-default.py (revision 1611)
|
| +++ test/multiple-targets/gyptest-default.py (working copy)
|
| @@ -15,9 +15,7 @@
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|
| -# TODO(sgk): remove stderr=None when the --generator-output= support
|
| -# gets rid of the scons warning
|
| -test.build('multiple.gyp', chdir='relocate/src', stderr=None)
|
| +test.build('multiple.gyp', chdir='relocate/src')
|
|
|
| expect1 = """\
|
| hello from prog1.c
|
|
|