From b84c0d99b44596cb1ca73356447e492a6a66b269 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 28 Jul 2015 03:37:54 +0000 Subject: [PATCH] Fix what looks like accidentally repeated file contents. No behavior change. llvm-svn: 243376 --- .../Preprocessor/Inputs/microsoft-header-search/a/include2.h | 3 --- .../Preprocessor/Inputs/microsoft-header-search/include1.h | 3 --- 2 files changed, 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 99640ae47a87..42bdaa7db3a3 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 f00fac7a1799..531561b2c744 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