r243376 - Fix what looks like accidentally repeated file contents. No behavior change.
Nico Weber
nicolasweber at gmx.de
Mon Jul 27 20:37:54 PDT 2015
Author: nico
Date: Mon Jul 27 22:37:54 2015
New Revision: 243376
URL: http://llvm.org/viewvc/llvm-project?rev=243376&view=rev
Log:
Fix what looks like accidentally repeated file contents. No behavior change.
Modified:
cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h
cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/include1.h
Modified: cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h?rev=243376&r1=243375&r2=243376&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h (original)
+++ cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h Mon Jul 27 22:37:54 2015
@@ -1,6 +1,3 @@
#pragma once
#include "b/include3.h"
-#pragma once
-
-#include "b/include3.h"
\ No newline at end of file
Modified: cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/include1.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/include1.h?rev=243376&r1=243375&r2=243376&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/include1.h (original)
+++ cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/include1.h Mon Jul 27 22:37:54 2015
@@ -1,6 +1,3 @@
#pragma once
#include "a/include2.h"
-#pragma once
-
-#include "a/include2.h"
\ No newline at end of file
More information about the cfe-commits
mailing list