diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2015-07-28 03:37:54 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2015-07-28 03:37:54 +0000 |
| commit | b84c0d99b44596cb1ca73356447e492a6a66b269 (patch) | |
| tree | bfce45186d50d0ae221500e0e8ed9b43385d02b2 /clang/test/Preprocessor | |
| parent | cfb874a3d40040fd2e7a733cd99aad49c2e80d8c (diff) | |
| download | bcm5719-llvm-b84c0d99b44596cb1ca73356447e492a6a66b269.tar.gz bcm5719-llvm-b84c0d99b44596cb1ca73356447e492a6a66b269.zip | |
Fix what looks like accidentally repeated file contents. No behavior change.
llvm-svn: 243376
Diffstat (limited to 'clang/test/Preprocessor')
| -rw-r--r-- | clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h | 3 | ||||
| -rw-r--r-- | clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h index 99640ae47a8..42bdaa7db3a 100644 --- a/clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h +++ b/clang/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 diff --git a/clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h index f00fac7a179..531561b2c74 100644 --- a/clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h +++ b/clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h @@ -1,6 +1,3 @@ #pragma once #include "a/include2.h" -#pragma once - -#include "a/include2.h"
\ No newline at end of file |

