diff options
Diffstat (limited to 'clang/test/Preprocessor/microsoft-header-search.c')
| -rw-r--r-- | clang/test/Preprocessor/microsoft-header-search.c | 8 |
1 files changed, 4 insertions, 4 deletions
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" |

