| Index: test/no-cpp/gyptest-no-cpp.py
|
| diff --git a/test/no-cpp/gyptest-no-cpp.py b/test/no-cpp/gyptest-no-cpp.py
|
| index 3f93d42feb0ca66c9b4f559cb22a2d4845a825db..d37e3c194b71a226bc0b315a3843bf295fb8b784 100644
|
| --- a/test/no-cpp/gyptest-no-cpp.py
|
| +++ b/test/no-cpp/gyptest-no-cpp.py
|
| @@ -16,9 +16,9 @@ import sys
|
|
|
| # set |match| to ignore build stderr output.
|
| test = TestGyp.TestGyp(match = lambda a, b: True)
|
| -if sys.platform != 'win32' and test.format not in ('make', 'android'):
|
| +if sys.platform != 'win32' and test.format != 'make':
|
| # TODO: This doesn't pass with make.
|
| - # TODO: Does a test like this make sense with Windows? Android?
|
| + # TODO: Does a test like this make sense with Windows?
|
|
|
| CHDIR = 'src'
|
| test.run_gyp('test.gyp', chdir=CHDIR)
|
|
|