diff options
Diffstat (limited to 'test/CodeGenCXX/debug-info-anon-namespace.cpp')
| -rw-r--r-- | test/CodeGenCXX/debug-info-anon-namespace.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-anon-namespace.cpp b/test/CodeGenCXX/debug-info-anon-namespace.cpp index 79298deaf8b16..3f4ef2a383606 100644 --- a/test/CodeGenCXX/debug-info-anon-namespace.cpp +++ b/test/CodeGenCXX/debug-info-anon-namespace.cpp @@ -21,7 +21,7 @@ int *b2 = &a2;  // PS4:  [[NS:![0-9]+]] = !DINamespace  // PS4:  [[CU:![0-9]+]] = distinct !DICompileUnit  // PS4:  [[NS2:![0-9]+]] = !DINamespace -// PS4: !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[CU]], entity: [[NS]]) -// PS4: !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[NS]], entity: [[NS2]], line: {{[0-9]+}}) +// PS4: !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[CU]], entity: [[NS]], file: {{![0-9]+}}) +// PS4: !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[NS]], entity: [[NS2]], file: {{![0-9]+}}, line: {{[0-9]+}})  // NON-PS4-NOT: !DIImportedEntity  | 
