Chromium Code Reviews| Index: test/win/gyptest-link-pdb.py |
| =================================================================== |
| --- test/win/gyptest-link-pdb.py (revision 1530) |
| +++ test/win/gyptest-link-pdb.py (working copy) |
| @@ -26,7 +26,10 @@ |
| # 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() |