r241090 - Relax this test so it also works on platforms that use characters other
Adrian Prantl
aprantl at apple.com
Tue Jun 30 11:05:46 PDT 2015
Author: adrian
Date: Tue Jun 30 13:05:46 2015
New Revision: 241090
URL: http://llvm.org/viewvc/llvm-project?rev=241090&view=rev
Log:
Relax this test so it also works on platforms that use characters other
than forward slashes as path separators.
Modified:
cfe/trunk/test/Modules/debug-info-moduleimport.m
Modified: cfe/trunk/test/Modules/debug-info-moduleimport.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/debug-info-moduleimport.m?rev=241090&r1=241089&r2=241090&view=diff
==============================================================================
--- cfe/trunk/test/Modules/debug-info-moduleimport.m (original)
+++ cfe/trunk/test/Modules/debug-info-moduleimport.m Tue Jun 30 13:05:46 2015
@@ -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/..")
More information about the cfe-commits
mailing list