Relax this test so it also works on platforms that use characters other

than forward slashes as path separators.

llvm-svn: 241090
This commit is contained in:
Adrian Prantl 2015-06-30 18:05:46 +00:00
parent 1acc30e970
commit d9f09858a4
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
// CHECK: ![[CU:.*]] = !DICompileUnit
@import DebugModule;
// CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: ![[CU]], entity: ![[MODULE:.*]], line: 5)
// CHECK: ![[MODULE]] = !DIModule(scope: null, name: "DebugModule", configMacros: "\22-DGREETING=Hello World\22 \22-UNDEBUG\22", includePath: "{{.*}}/test/Modules/Inputs", isysroot: "/tmp/..")
// CHECK: ![[MODULE]] = !DIModule(scope: null, name: "DebugModule", configMacros: "\22-DGREETING=Hello World\22 \22-UNDEBUG\22", includePath: "{{.*}}test{{.*}}Modules{{.*}}Inputs", isysroot: "/tmp/..")