| 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 432fe77913e47065cb235714e8c52d2277b4009e..3f93d42feb0ca66c9b4f559cb22a2d4845a825db 100644
|
| --- a/test/no-cpp/gyptest-no-cpp.py
|
| +++ b/test/no-cpp/gyptest-no-cpp.py
|
| @@ -42,6 +42,7 @@ if sys.platform != 'win32' and test.format not in ('make', 'android'):
|
| 'make': 2,
|
| 'ninja': 1,
|
| 'cmake': 0, # CMake picks the compiler driver based on transitive checks.
|
| + 'xcode-ninja': [1, 65],
|
| }[test.format]
|
|
|
| test.build('test.gyp', 'no_cpp_dep_on_cc_lib', chdir=CHDIR,
|
|
|