| Index: test/win/gyptest-link-default-libs.py
|
| diff --git a/test/win/gyptest-link-default-libs.py b/test/win/gyptest-link-default-libs.py
|
| index 526e98cba662cb8fd49300fba5aac1876ba12885..5edf467913e67911675e9e6b2ee7d41123e0c74e 100644
|
| --- a/test/win/gyptest-link-default-libs.py
|
| +++ b/test/win/gyptest-link-default-libs.py
|
| @@ -16,7 +16,7 @@ if sys.platform == 'win32':
|
| test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
|
|
|
| CHDIR = 'linker-flags'
|
| - test.run_gyp('default-libs.gyp', chdir=CHDIR)
|
| - test.build('default-libs.gyp', test.ALL, chdir=CHDIR)
|
| + test.run_gyp('no-default-libs.gyp', chdir=CHDIR)
|
| + test.build('no-default-libs.gyp', test.ALL, chdir=CHDIR, status=1)
|
|
|
| test.pass_test()
|
|
|