Skip to content
Snippets Groups Projects
Commit b4ecba3a authored by Reid Kleckner's avatar Reid Kleckner
Browse files

Move MS header search test inputs to Inputs/

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198086 91177308-0d34-0410-b5e6-96231b3b80d8
parent de3a53a8
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -I%S/microsoft-header-search %s -fms-compatibility -verify
// RUN: %clang_cc1 -I%S/Inputs/microsoft-header-search %s -fms-compatibility -verify
// expected-warning@microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}}
// expected-warning@microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable MSVC search rules as}}
// expected-warning@Inputs/microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}}
// expected-warning@Inputs/microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable MSVC search rules as}}
#include "microsoft-header-search/include1.h"
\ No newline at end of file
#include "Inputs/microsoft-header-search/include1.h"
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