diff options
Diffstat (limited to 'clang/test/Lexer/Inputs/case-insensitive-include.h')
| -rw-r--r-- | clang/test/Lexer/Inputs/case-insensitive-include.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/Lexer/Inputs/case-insensitive-include.h b/clang/test/Lexer/Inputs/case-insensitive-include.h deleted file mode 100644 index 954090fc93b..00000000000 --- a/clang/test/Lexer/Inputs/case-insensitive-include.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef CASE_INSENSITIVE_INCLUDE_H -#define CASE_INSENSITIVE_INCLUDE_H - -struct S { - int x; -}; - -#endif |

