diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-06-30 18:05:46 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-06-30 18:05:46 +0000 |
commit | d9f09858a45aaeb1e258e41b04d6f78c345fbd8d (patch) | |
tree | 8fa4976519767eccac54955b69452362487a9833 /clang/test | |
parent | 1acc30e970df54cb1f2a9d57397dd02eebeabb80 (diff) | |
download | bcm5719-llvm-d9f09858a45aaeb1e258e41b04d6f78c345fbd8d.tar.gz bcm5719-llvm-d9f09858a45aaeb1e258e41b04d6f78c345fbd8d.zip |
Relax this test so it also works on platforms that use characters other
than forward slashes as path separators.
llvm-svn: 241090
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Modules/debug-info-moduleimport.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/debug-info-moduleimport.m b/clang/test/Modules/debug-info-moduleimport.m index 9580af08498..596597a18d4 100644 --- a/clang/test/Modules/debug-info-moduleimport.m +++ b/clang/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/..") |