 Chromium Code Reviews
 Chromium Code Reviews Issue 11368059:
  Update ProgramDatabaseFile for Ninja  (Closed) 
  Base URL: http://gyp.googlecode.com/svn/trunk/
    
  
    Issue 11368059:
  Update ProgramDatabaseFile for Ninja  (Closed) 
  Base URL: http://gyp.googlecode.com/svn/trunk/| Index: test/win/gyptest-link-pdb.py | 
| =================================================================== | 
| --- test/win/gyptest-link-pdb.py (revision 1531) | 
| +++ test/win/gyptest-link-pdb.py (working copy) | 
| @@ -26,7 +26,9 @@ | 
| # Verify the specified PDB is created when ProgramDatabaseFile | 
| # is provided. | 
| - if not FindFile('name_set.pdb'): | 
| + if not FindFile('name_outdir.pdb'): | 
| test.fail_test() | 
| - else: | 
| - test.pass_test() | 
| + if not FindFile('name_proddir.pdb'): | 
| + test.fail_test() | 
| + | 
| + test.pass_test() |