Skip to content
Snippets Groups Projects
Commit 4d276174 authored by Graydon Hoare's avatar Graydon Hoare
Browse files

Fix windows build breakage in r290219. Unix path separators in testcase.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290233 91177308-0d34-0410-b5e6-96231b3b80d8
parent e2b717e0
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
// expected-warning@Inputs/implicit-private-with-different-name/A.framework/Modules/module.private.modulemap:1{{top-level module 'APrivate' in private module map, expected a submodule of 'A'}}
// expected-note@Inputs/implicit-private-with-different-name/A.framework/Modules/module.private.modulemap:1{{make 'APrivate' a submodule of 'A' to ensure it can be found by name}}
// CHECK: fix-it:"{{.*}}/Inputs/implicit-private-with-different-name/A.framework/Modules/module.private.modulemap":{1:18-1:26}:"A.Private"
// CHECK: fix-it:"{{.*}}module.private.modulemap":{1:18-1:26}:"A.Private"
#ifndef HEADER
#define HEADER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment