| Index: test/same-source-file-name/gyptest-shared.py
|
| diff --git a/test/same-source-file-name/gyptest-shared.py b/test/same-source-file-name/gyptest-shared.py
|
| index a57eb6159e492c7f8cc58481027eae82ad2b15c3..08cd004c8947693adb95f466f92bdcdde78c4536 100755
|
| --- a/test/same-source-file-name/gyptest-shared.py
|
| +++ b/test/same-source-file-name/gyptest-shared.py
|
| @@ -25,6 +25,7 @@ if ((test.format == 'msvs') and
|
| chdir='src', status=0, stderr=None)
|
| else:
|
| test.run_gyp('double-shared.gyp', '--no-duplicate-basename-check',
|
| + '-G', 'xcode_ninja_target_pattern=^lib$',
|
| chdir='src')
|
| test.build('double-shared.gyp', test.ALL, chdir='src')
|
|
|
|
|