Chromium Code Reviews| Index: test/mac/gyptest-postbuild-fail.py |
| diff --git a/test/mac/gyptest-postbuild-fail.py b/test/mac/gyptest-postbuild-fail.py |
| index f3dee4a396bed1a3205eb152539f513f44a590d2..9cd5d47d28bf3e4ba020de4aea355da73eefdf0b 100755 |
| --- a/test/mac/gyptest-postbuild-fail.py |
| +++ b/test/mac/gyptest-postbuild-fail.py |
| @@ -23,6 +23,7 @@ if sys.platform == 'darwin': |
| 'xcode': [1, 65], # 1 for xcode 3, 65 for xcode 4 (see `man sysexits`) |
| 'make': 2, |
| 'ninja': 1, |
| + 'xcode-ninja': [1, 65], |
| }[test.format] |