From: NAKAMURA Takumi Date: Tue, 28 Oct 2014 11:34:29 +0000 (+0000) Subject: clang/test/Modules/explicit-build.cpp: Tweak to meet win32's backslash. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdc0bc7a5af4e7d99cf2b0a636af724173b2502a;p=clang clang/test/Modules/explicit-build.cpp: Tweak to meet win32's backslash. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220770 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/explicit-build.cpp b/test/Modules/explicit-build.cpp index 05bbe71781..8d8237f18b 100644 --- a/test/Modules/explicit-build.cpp +++ b/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=