diff options
Diffstat (limited to 'clang/test/Modules/crash-vfs-path-symlink-component.m')
-rw-r--r-- | clang/test/Modules/crash-vfs-path-symlink-component.m | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/clang/test/Modules/crash-vfs-path-symlink-component.m b/clang/test/Modules/crash-vfs-path-symlink-component.m index 04c56ac5f4a..6a41188b271 100644 --- a/clang/test/Modules/crash-vfs-path-symlink-component.m +++ b/clang/test/Modules/crash-vfs-path-symlink-component.m @@ -43,17 +43,9 @@ // CHECKYAML: 'case-sensitive': // CHECKYAML-NEXT: 'use-external-names': 'false', // CHECKYAML-NEXT: 'overlay-relative': 'true', -// CHECKYAML: 'type': 'directory' -// CHECKYAML: 'name': "/[[PATH:.*]]/i/usr/include", -// CHECKYAML-NEXT: 'contents': [ -// CHECKYAML-NEXT: { -// CHECKYAML-NEXT: 'type': 'file', -// CHECKYAML-NEXT: 'name': "module.map", -// CHECKYAML-NEXT: 'external-contents': "/[[PATH]]/i/usr/include/module.map" -// CHECKYAML-NEXT: }, // CHECKYAML: 'type': 'directory' -// CHECKYAML: 'name': "/[[PATH]]/i/usr", +// CHECKYAML: 'name': "/[[PATH:.*]]/i/usr", // CHECKYAML-NEXT: 'contents': [ // CHECKYAML-NEXT: { // CHECKYAML-NEXT: 'type': 'file', |