summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/macros_right.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/macros_right.h')
-rw-r--r--clang/test/Modules/Inputs/macros_right.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/test/Modules/Inputs/macros_right.h b/clang/test/Modules/Inputs/macros_right.h
index 8e9688223bc..a4a1e2e0cfa 100644
--- a/clang/test/Modules/Inputs/macros_right.h
+++ b/clang/test/Modules/Inputs/macros_right.h
@@ -1,8 +1,8 @@
#include "macros_top.h"
#define RIGHT unsigned short
-#undef TOP_RIGHT_REDEF
-#define TOP_RIGHT_REDEF float
+
+
@@ -13,3 +13,5 @@
#define LEFT_RIGHT_DIFFERENT2 int
#define LEFT_RIGHT_DIFFERENT3 int
+#undef TOP_RIGHT_REDEF
+#define TOP_RIGHT_REDEF float
OpenPOWER on IntegriCloud