| Index: test/generator-output/gyptest-actions.py
|
| diff --git a/test/generator-output/gyptest-actions.py b/test/generator-output/gyptest-actions.py
|
| index 647d24b951ab466c94ecd8b921b2e38d559e6963..2bd09c887b5b93ebbb0671c3aca58a43160c139b 100755
|
| --- a/test/generator-output/gyptest-actions.py
|
| +++ b/test/generator-output/gyptest-actions.py
|
| @@ -13,11 +13,6 @@ import TestGyp
|
| # Android doesn't support --generator-output.
|
| test = TestGyp.TestGyp(formats=['!android'])
|
|
|
| -# Bug: xcode-ninja doesn't respect --generator-output
|
| -# cf. https://code.google.com/p/gyp/issues/detail?id=442
|
| -if test.format == 'xcode-ninja':
|
| - test.skip_test()
|
| -
|
| # All the generated files should go under 'gypfiles'. The source directory
|
| # ('actions') should be untouched.
|
| test.writable(test.workpath('actions'), False)
|
|
|