summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-12-30 12:49:39 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-12-30 12:49:39 +0000
commit84fe440ded1bfc237d720c49408b36798d67ceff (patch)
treea278cc819b2eb04662ab4aece30821cc6c89764c /test/DebugInfo
parentdd58ef019b700900793a1eb48b52123db01b654e (diff)
Notes
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/Inputs/dwarfdump-macro-cmd.h2
-rw-r--r--test/DebugInfo/Inputs/dwarfdump-macro.cc22
-rw-r--r--test/DebugInfo/Inputs/dwarfdump-macro.h10
3 files changed, 17 insertions, 17 deletions
diff --git a/test/DebugInfo/Inputs/dwarfdump-macro-cmd.h b/test/DebugInfo/Inputs/dwarfdump-macro-cmd.h
index 66e6b00a2bbf..1209f66d5fe1 100644
--- a/test/DebugInfo/Inputs/dwarfdump-macro-cmd.h
+++ b/test/DebugInfo/Inputs/dwarfdump-macro-cmd.h
@@ -1 +1 @@
-#define M4 Value4
+#define M4 Value4
diff --git a/test/DebugInfo/Inputs/dwarfdump-macro.cc b/test/DebugInfo/Inputs/dwarfdump-macro.cc
index 5abcb255c6c7..42b2c6ab54ac 100644
--- a/test/DebugInfo/Inputs/dwarfdump-macro.cc
+++ b/test/DebugInfo/Inputs/dwarfdump-macro.cc
@@ -1,11 +1,11 @@
-#define M1 Value1
-#include "dwarfdump-macro.h"
-#define M2(x, y) ((x)+(y)* Value2)
-
-// Built with GCC
-// $ mkdir -p /tmp/dbginfo
-// $ cp dwarfdump-macro.cc /tmp/dbginfo
-// $ cp dwarfdump-macro.h /tmp/dbginfo
-// $ cp dwarfdump-macro-cmd.h /tmp/dbginfo
-// $ cd /tmp/dbginfo
-// $ g++ -c -g3 -O0 -DM3=Value3 -include dwarfdump-macro-cmd.h dwarfdump-macro.cc -o <output>
+#define M1 Value1
+#include "dwarfdump-macro.h"
+#define M2(x, y) ((x)+(y)* Value2)
+
+// Built with GCC
+// $ mkdir -p /tmp/dbginfo
+// $ cp dwarfdump-macro.cc /tmp/dbginfo
+// $ cp dwarfdump-macro.h /tmp/dbginfo
+// $ cp dwarfdump-macro-cmd.h /tmp/dbginfo
+// $ cd /tmp/dbginfo
+// $ g++ -c -g3 -O0 -DM3=Value3 -include dwarfdump-macro-cmd.h dwarfdump-macro.cc -o <output>
diff --git a/test/DebugInfo/Inputs/dwarfdump-macro.h b/test/DebugInfo/Inputs/dwarfdump-macro.h
index 98f0206cb43f..75b35f0e4c22 100644
--- a/test/DebugInfo/Inputs/dwarfdump-macro.h
+++ b/test/DebugInfo/Inputs/dwarfdump-macro.h
@@ -1,5 +1,5 @@
-
-
-
-#undef M1
-#define M1 NewValue1
+
+
+
+#undef M1
+#define M1 NewValue1