diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-03-14 23:29:40 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-03-14 23:29:40 +0000 |
| commit | 858b25e2c7ee0be3caf3205b428709649ac1111c (patch) | |
| tree | f43f7d0dfab09ad4fb4e8067d72001d1ddf0a440 /clang/test/Modules | |
| parent | 0ebdeac13ae295b45a9ed7122c59ad86a6708eab (diff) | |
| download | bcm5719-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.m | 2 |
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; |

