Skip to content
Snippets Groups Projects
Commit 834733e5 authored by Bruno Cardoso Lopes's avatar Bruno Cardoso Lopes
Browse files

Change path used in a test from r318503 to work on windows

parent 8b6bdf8c
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,6 @@ void test() {
(void)MyModuleVersion; // should be found by implicit import
}
// CHECK: module 'MyModule' in AST file '{{.*MyModule.*pcm}}' (imported by AST file '[[PCH:.*header.pch]]') is not defined in any loaded module map file; maybe you need to load '[[PATH:.*folder-with-modulemap]]/module.modulemap'
// CHECK: module 'MyModule' in AST file '{{.*MyModule.*pcm}}' (imported by AST file '[[PCH:.*header.pch]]') is not defined in any loaded module map file; maybe you need to load '[[PATH:.*folder-with-modulemap]]
// CHECK: consider adding '[[PATH]]' to the header search path
// CHECK: imported by '[[PCH]]'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment