summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-28 11:34:29 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-28 11:34:29 +0000
commit314df7a5aabbc62a9dcc1132afb223c994621f81 (patch)
tree534902edbb4d663d3aa02d22bcbb005e157903ba
parent295bce1130906e415534b8aa9104b75cb553d173 (diff)
downloadbcm5719-llvm-314df7a5aabbc62a9dcc1132afb223c994621f81.tar.gz
bcm5719-llvm-314df7a5aabbc62a9dcc1132afb223c994621f81.zip
clang/test/Modules/explicit-build.cpp: Tweak to meet win32's backslash.
llvm-svn: 220770
-rw-r--r--clang/test/Modules/explicit-build.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/explicit-build.cpp b/clang/test/Modules/explicit-build.cpp
index 05bbe717812..8d8237f18bb 100644
--- a/clang/test/Modules/explicit-build.cpp
+++ b/clang/test/Modules/explicit-build.cpp
@@ -125,7 +125,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=
OpenPOWER on IntegriCloud