| Index: test/mac/gyptest-objc-arc.py
|
| diff --git a/test/mac/gyptest-objc-arc.py b/test/mac/gyptest-objc-arc.py
|
| index b3192a19dd37e22df0137fae66626aa0bd30be1d..24c15281e9bb61a02497cdb799d56280d2cf1dbf 100755
|
| --- a/test/mac/gyptest-objc-arc.py
|
| +++ b/test/mac/gyptest-objc-arc.py
|
| @@ -18,7 +18,9 @@ if sys.platform == 'darwin':
|
| match = lambda a, b: True)
|
|
|
| CHDIR = 'objc-arc'
|
| - test.run_gyp('test.gyp', chdir=CHDIR)
|
| + test.run_gyp('test.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^.*$',
|
| + chdir=CHDIR)
|
|
|
| test.build('test.gyp', 'arc_enabled', chdir=CHDIR)
|
| test.build('test.gyp', 'arc_disabled', chdir=CHDIR)
|
|
|