From: Adrian Prantl Date: Tue, 30 Jun 2015 18:05:46 +0000 (+0000) Subject: Relax this test so it also works on platforms that use characters other X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1998272f12cce736b0d4a884698f7228fd8a1da;p=clang Relax this test so it also works on platforms that use characters other than forward slashes as path separators. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241090 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/debug-info-moduleimport.m b/test/Modules/debug-info-moduleimport.m index 9580af0849..596597a18d 100644 --- a/test/Modules/debug-info-moduleimport.m +++ b/test/Modules/debug-info-moduleimport.m @@ -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/..")