clang/test/Modules: Satisfy win32 hosts due to dospath issue.

llvm-svn: 244427
This commit is contained in:
NAKAMURA Takumi 2015-08-09 22:55:50 +00:00
parent f70694fd86
commit 4b81164810
3 changed files with 3 additions and 3 deletions

View File

@ -39,5 +39,5 @@ extern module "test-base" "Inputs/dependency-gen-base.modulemap"
// EXPLICIT-FIXME: {{.*}}/base.pcm
//
// EXPLICIT: {{^}}explicit.pcm:
// EXPLICIT: {{.*}}/dependency-gen.modulemap
// EXPLICIT: {{.*[/\\]}}dependency-gen.modulemap
// EXPLICIT: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen.h

View File

@ -138,7 +138,7 @@
// RUN: -fmodule-map-file=%S/Inputs/explicit-build/module.modulemap \
// RUN: %s 2>&1 | FileCheck --check-prefix=CHECK-MULTIPLE-AS %s
//
// CHECK-MULTIPLE-AS: error: module 'a' is defined in both '{{.*}}/a{{.*}}.pcm' and '{{.*[/\\]}}a{{.*}}.pcm'
// CHECK-MULTIPLE-AS: error: module 'a' is defined in both '{{.*[/\\]}}a{{.*}}.pcm' and '{{.*[/\\]}}a{{.*}}.pcm'
// -------------------------------
// Try to import a PCH with -fmodule-file=

View File

@ -27,4 +27,4 @@
// CHECK-USE: use.o:
// CHECK-USE-DAG: Inputs/relative-dep-gen{{(-cwd)?}}.modulemap
// CHECK-USE-DAG: relative-dep-gen.cpp
// CHECK-USE-DAG: Inputs/relative-dep-gen-1.h
// CHECK-USE-DAG: Inputs{{[/\\]}}relative-dep-gen-1.h