Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: test/win/gyptest-link-default-libs.py

Issue 12256017: Remove default import library inheritance/configuration. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@lkgr
Patch Set: Rebase to head in preparation for landing. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pylib/gyp/msvs_emulation.py ('k') | test/win/idl-rules/basic-idl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « pylib/gyp/msvs_emulation.py ('k') | test/win/idl-rules/basic-idl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698