| Index: test/win/linker-flags/program-database.gyp
|
| diff --git a/test/win/linker-flags/program-database.gyp b/test/win/linker-flags/program-database.gyp
|
| index b822a8be40e16b3372585a0c3b5a7e8d75b3183d..6e60ac0dc998486af4121a2a939d87fa2fa261c5 100644
|
| --- a/test/win/linker-flags/program-database.gyp
|
| +++ b/test/win/linker-flags/program-database.gyp
|
| @@ -4,9 +4,10 @@
|
|
|
| {
|
| 'targets': [
|
| - # Verify that 'ProgramDataBase' option correctly makes it to LINK step in Ninja
|
| + # Verify that 'ProgramDatabaseFile' option correctly makes it to LINK
|
| + # step in Ninja.
|
| {
|
| - # Verify that VC macros and windows paths work correctly
|
| + # Verify that VC macros and windows paths work correctly.
|
| 'target_name': 'test_pdb_outdir',
|
| 'type': 'executable',
|
| 'sources': ['hello.cc'],
|
| @@ -21,7 +22,7 @@
|
| },
|
| },
|
| {
|
| - # Verify that GYP macros and POSIX paths work correctly
|
| + # Verify that GYP macros and POSIX paths work correctly.
|
| 'target_name': 'test_pdb_proddir',
|
| 'type': 'executable',
|
| 'sources': ['hello.cc'],
|
|
|