summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-03-14 23:29:40 +0000
committerAdrian Prantl <aprantl@apple.com>2017-03-14 23:29:40 +0000
commit858b25e2c7ee0be3caf3205b428709649ac1111c (patch)
treef43f7d0dfab09ad4fb4e8067d72001d1ddf0a440 /clang/test/Modules
parent0ebdeac13ae295b45a9ed7122c59ad86a6708eab (diff)
downloadbcm5719-llvm-858b25e2c7ee0be3caf3205b428709649ac1111c.tar.gz
bcm5719-llvm-858b25e2c7ee0be3caf3205b428709649ac1111c.zip
Make a blind attempt to fix this testcase on Windows.
llvm-svn: 297791
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/modules-cache-path-canonicalization.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/modules-cache-path-canonicalization.m b/clang/test/Modules/modules-cache-path-canonicalization.m
index 7cc74600c2f..5cb0ff59449 100644
--- a/clang/test/Modules/modules-cache-path-canonicalization.m
+++ b/clang/test/Modules/modules-cache-path-canonicalization.m
@@ -26,5 +26,5 @@
// RUN: -fmodules -fimplicit-module-maps -I %S/Inputs/outofdate-rebuild \
// RUN: -fdisable-module-hash %t.m -fsyntax-only -Rmodule-build 2>&1 \
// RUN: | FileCheck %s
-// CHECK: /rel/cache/CoreText.pcm
+// CHECK: {{/|\\\\}}rel{{/|\\\\}}cache{{/|\\\\}}CoreText.pcm
@import Cocoa;
OpenPOWER on IntegriCloud