summaryrefslogtreecommitdiffstats
path: root/src/dwarfcmp.cc
diff options
context:
space:
mode:
authorPetr Machata <[email protected]>2009-06-26 00:58:59 +0200
committerPetr Machata <[email protected]>2009-06-26 00:58:59 +0200
commit158ae9186c0ae580f4405451583a8b8844c9e081 (patch)
tree61e279458495f37536e4bcbd9949111fbcba4344 /src/dwarfcmp.cc
parent1f073fe89dd30ce83ac3b109236cdf688ab5ddeb (diff)
Add stumps to dwarf_outputupstream/pmachata/dwarf_output
Diffstat (limited to 'src/dwarfcmp.cc')
-rw-r--r--src/dwarfcmp.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dwarfcmp.cc b/src/dwarfcmp.cc
index d4c32108..60f4749f 100644
--- a/src/dwarfcmp.cc
+++ b/src/dwarfcmp.cc
@@ -44,7 +44,7 @@
#include "../libdw/libdwP.h" // XXX
#include "c++/dwarf"
-#include "c++/dwarf_edit"
+#include "c++/dwarf_output"
#include "c++/dwarf_comparator"
#include "c++/dwarf_tracker"
@@ -312,8 +312,8 @@ main (int argc, char *argv[])
if (test_writer)
{
- dwarf_edit out1 (file1);
- dwarf_edit out2 (file2);
+ dwarf_output out1 (file1);
+ dwarf_output out2 (file2);
test_classes (file1, file2, out1, out2, same);
}