From 314df7a5aabbc62a9dcc1132afb223c994621f81 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 28 Oct 2014 11:34:29 +0000 Subject: [PATCH] clang/test/Modules/explicit-build.cpp: Tweak to meet win32's backslash. llvm-svn: 220770 --- clang/test/Modules/explicit-build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Modules/explicit-build.cpp b/clang/test/Modules/explicit-build.cpp index 05bbe71..8d8237f 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= -- 2.7.4