| Index: test/mac/gyptest-strip.py
|
| diff --git a/test/mac/gyptest-strip.py b/test/mac/gyptest-strip.py
|
| index e2c06c13589eb8359b9828dbadcdef192040572d..a729521e18459b5bcad40c81a18794d040aa2b34 100755
|
| --- a/test/mac/gyptest-strip.py
|
| +++ b/test/mac/gyptest-strip.py
|
| @@ -41,7 +41,8 @@ if sys.platform == 'darwin':
|
| # with Xcode 5.0 or higher, take this additional symbol into consideration
|
| # for unstripped builds (it is stripped by all strip commands).
|
| expected_extra_symbol_count = 0
|
| - if test.format == 'ninja' and TestMac.Xcode.Version() >= '0500':
|
| + if test.format in ['ninja', 'xcode-ninja'] \
|
| + and TestMac.Xcode.Version() >= '0500':
|
| expected_extra_symbol_count = 1
|
|
|
| # The actual numbers here are not interesting, they just need to be the same
|
|
|