diff options
Diffstat (limited to 'test/Preprocessor/Inputs/microsoft-header-search/a')
-rw-r--r-- | test/Preprocessor/Inputs/microsoft-header-search/a/findme.h | 2 | ||||
-rw-r--r-- | test/Preprocessor/Inputs/microsoft-header-search/a/include2.h | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h b/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h index b809c90..0afe145 100644 --- a/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h +++ b/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h @@ -1,3 +1,3 @@ #pragma once -#warning findme.h successfully included using MS search rules
\ No newline at end of file +#warning findme.h successfully included using Microsoft header search rules diff --git a/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h b/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h index 99640ae..42bdaa7 100644 --- a/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h +++ b/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h @@ -1,6 +1,3 @@ #pragma once #include "b/include3.h" -#pragma once - -#include "b/include3.h"
\ No newline at end of file |