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

Unified Diff: test/win/gyptest-cl-pdbname.py

Issue 88303004: win ninja: Speculative fix for pdb locking errors (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: add comment pointing to explanatory one Created 7 years, 1 month 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/generator/ninja.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/gyptest-cl-pdbname.py
diff --git a/test/win/gyptest-cl-pdbname.py b/test/win/gyptest-cl-pdbname.py
index f7fd3322128ae9745272ec7e23bb6d94e2dbe6cd..f09ac233cd3fec583da095a65a2eea5eefad114e 100644
--- a/test/win/gyptest-cl-pdbname.py
+++ b/test/win/gyptest-cl-pdbname.py
@@ -21,7 +21,7 @@ if sys.platform == 'win32':
# Confirm that the default behaviour is to name the .pdb per-target (rather
# than per .cc file).
- test.built_file_must_exist('obj/test_pdbname.pdb', chdir=CHDIR)
+ test.built_file_must_exist('obj/test_pdbname.cc.pdb', chdir=CHDIR)
# Confirm that there should be a .pdb alongside the executable.
test.built_file_must_exist('test_pdbname.exe', chdir=CHDIR)
« no previous file with comments | « pylib/gyp/generator/ninja.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698