| Index: test/hello/gyptest-regyp-output.py
|
| diff --git a/test/hello/gyptest-regyp-output.py b/test/hello/gyptest-regyp-output.py
|
| index 5e698b1e1148bd65e521f17f737b5e9117442e0d..fd88a85503a2703a5686e17040ee02e48f980b2b 100644
|
| --- a/test/hello/gyptest-regyp-output.py
|
| +++ b/test/hello/gyptest-regyp-output.py
|
| @@ -12,8 +12,8 @@ Verifies that Makefiles get rebuilt when a source gyp file changes and
|
| import TestGyp
|
|
|
| # Regenerating build files when a gyp file changes is currently only supported
|
| -# by the make and Android generators, and --generator-output is not supported
|
| -# by Android and ninja, so we can only test for make.
|
| +# by the make generator, and --generator-output is not supported by ninja, so we
|
| +# can only test for make.
|
| test = TestGyp.TestGyp(formats=['make'])
|
|
|
| CHDIR='generator-output'
|
|
|