r318507 - Change path used in a test from r318503 to work on windows
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 16 20:26:07 PST 2017
Author: bruno
Date: Thu Nov 16 20:26:07 2017
New Revision: 318507
URL: http://llvm.org/viewvc/llvm-project?rev=318507&view=rev
Log:
Change path used in a test from r318503 to work on windows
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/13565
Modified:
cfe/trunk/test/Modules/module-imported-by-pch-path.m
Modified: cfe/trunk/test/Modules/module-imported-by-pch-path.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/module-imported-by-pch-path.m?rev=318507&r1=318506&r2=318507&view=diff
==============================================================================
--- cfe/trunk/test/Modules/module-imported-by-pch-path.m (original)
+++ cfe/trunk/test/Modules/module-imported-by-pch-path.m Thu Nov 16 20:26:07 2017
@@ -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]]'
More information about the cfe-commits
mailing list