]> granicus.if.org Git - clang/commitdiff
Relax this test so it also works on platforms that use characters other
authorAdrian Prantl <aprantl@apple.com>
Tue, 30 Jun 2015 18:05:46 +0000 (18:05 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 30 Jun 2015 18:05:46 +0000 (18:05 +0000)
than forward slashes as path separators.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241090 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/debug-info-moduleimport.m

index 9580af084982783dc98871e0f4fafafd957a6fbc..596597a18d4ab59594e917e976b2825823f1f847 100644 (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/..")