Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: gdb/testsuite/gdb.base/info-macros.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.base/info-fun-solib.c ('k') | gdb/testsuite/gdb.base/info-macros.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.base/info-macros.c
diff --git a/gdb/testsuite/gdb.base/info-macros.c b/gdb/testsuite/gdb.base/info-macros.c
index f874156308227c05f5f57f91fcce65357ed5668d..4a6c96073b95a16e3d1394013d934fc1a898aa73 100644
--- a/gdb/testsuite/gdb.base/info-macros.c
+++ b/gdb/testsuite/gdb.base/info-macros.c
@@ -4,8 +4,7 @@
#ifdef FOO
#undef FOO
#endif
-
- #define FOO "hello"
+ #define FOO "hello"
#else
#undef FOO
#endif
@@ -15,15 +14,14 @@
#ifdef FOO
#undef FOO
#endif
- #define FOO " "
+ #define FOO " "
#endif
#ifdef THREE
#ifdef FOO
#undef FOO
#endif
-
- #define FOO "world"
+ #define FOO "world"
#endif
#ifdef FOUR
« no previous file with comments | « gdb/testsuite/gdb.base/info-fun-solib.c ('k') | gdb/testsuite/gdb.base/info-macros.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698