diff options
| author | Taewook Oh <twoh@fb.com> | 2016-06-13 18:32:30 +0000 |
|---|---|---|
| committer | Taewook Oh <twoh@fb.com> | 2016-06-13 18:32:30 +0000 |
| commit | cb07d65173a4271c08f80a159b02354fe6e8894b (patch) | |
| tree | f82e045234832570f068a7519cddbe2ec1098a53 /clang/test/Lexer/Inputs/case-insensitive-include.h | |
| parent | c1ffba5062c7fc8997a49f5656ff6ebc1d9de633 (diff) | |
| download | bcm5719-llvm-cb07d65173a4271c08f80a159b02354fe6e8894b.tar.gz bcm5719-llvm-cb07d65173a4271c08f80a159b02354fe6e8894b.zip | |
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
llvm-svn: 272572
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 |

