diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h (renamed from clang/test/Preprocessor/microsoft-header-search/a/b/include3.h) | 0 | ||||
| -rw-r--r-- | clang/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h (renamed from clang/test/Preprocessor/microsoft-header-search/a/findme.h) | 0 | ||||
| -rw-r--r-- | clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h (renamed from clang/test/Preprocessor/microsoft-header-search/a/include2.h) | 0 | ||||
| -rw-r--r-- | clang/test/Preprocessor/Inputs/microsoft-header-search/findme.h (renamed from clang/test/Preprocessor/microsoft-header-search/findme.h) | 0 | ||||
| -rw-r--r-- | clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h (renamed from clang/test/Preprocessor/microsoft-header-search/include1.h) | 0 | ||||
| -rw-r--r-- | clang/test/Preprocessor/microsoft-header-search.c | 8 |
6 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/Preprocessor/microsoft-header-search/a/b/include3.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h index 6f6ce4028fd..6f6ce4028fd 100644 --- a/clang/test/Preprocessor/microsoft-header-search/a/b/include3.h +++ b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h diff --git a/clang/test/Preprocessor/microsoft-header-search/a/findme.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h index b809c9075d6..b809c9075d6 100644 --- a/clang/test/Preprocessor/microsoft-header-search/a/findme.h +++ b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h diff --git a/clang/test/Preprocessor/microsoft-header-search/a/include2.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h index 99640ae47a8..99640ae47a8 100644 --- a/clang/test/Preprocessor/microsoft-header-search/a/include2.h +++ b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h diff --git a/clang/test/Preprocessor/microsoft-header-search/findme.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/findme.h index aeaf795a1a8..aeaf795a1a8 100644 --- a/clang/test/Preprocessor/microsoft-header-search/findme.h +++ b/clang/test/Preprocessor/Inputs/microsoft-header-search/findme.h diff --git a/clang/test/Preprocessor/microsoft-header-search/include1.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h index f00fac7a179..f00fac7a179 100644 --- a/clang/test/Preprocessor/microsoft-header-search/include1.h +++ b/clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h diff --git a/clang/test/Preprocessor/microsoft-header-search.c b/clang/test/Preprocessor/microsoft-header-search.c index 6c39b968ef2..d0fc7067643 100644 --- a/clang/test/Preprocessor/microsoft-header-search.c +++ b/clang/test/Preprocessor/microsoft-header-search.c @@ -1,6 +1,6 @@ -// 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" |

