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) |