| Index: test/standalone-static-library/gyptest-standalone-static-library.py
|
| diff --git a/test/standalone-static-library/gyptest-standalone-static-library.py b/test/standalone-static-library/gyptest-standalone-static-library.py
|
| index ff12570b605f15b5fd5b48df3cb09be9cab1716b..50535abfc7b0a075be2aff535d3d19ae45225283 100644
|
| --- a/test/standalone-static-library/gyptest-standalone-static-library.py
|
| +++ b/test/standalone-static-library/gyptest-standalone-static-library.py
|
| @@ -14,10 +14,8 @@ import sys
|
| import TestGyp
|
|
|
| # standalone_static_library currently means two things: a specific output
|
| -# location for the built target and non-thin archive files. The Android gyp
|
| -# generator leaves both decisions to the Android build system, so this test
|
| -# doesn't work for that format.
|
| -test = TestGyp.TestGyp(formats=['!android'])
|
| +# location for the built target and non-thin archive files.
|
| +test = TestGyp.TestGyp()
|
|
|
| # Verify that types other than static_library cause a failure.
|
| test.run_gyp('invalid.gyp', status=1, stderr=None)
|
|
|