summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-11-01 20:23:18 -0800
committerRoland McGrath <[email protected]>2009-11-01 20:23:18 -0800
commit4ce456a9263a7754a7253f198ef491b7f6b42043 (patch)
tree2d776f7f73a39a9e74a8ff5353c44974f7cc4baf /tests
parentbb904aaa8f2b420d8f604df77b360b07fcadfc97 (diff)
Some more stats, some debugging. Disable problematic match caching.
Diffstat (limited to 'tests')
-rw-r--r--tests/print-die.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/print-die.cc b/tests/print-die.cc
index b472a270..96f8338c 100644
--- a/tests/print-die.cc
+++ b/tests/print-die.cc
@@ -346,9 +346,10 @@ print_file (const char *name, const file &dw, const unsigned int limit)
case copy_output:
{
dwarf_output_collector c; // We'll just throw it away.
- print_file (dwarf_output (dw, c), limit);
+ dwarf_output out (dw, c);
if (output_stats)
c.stats ();
+ print_file (out, limit);
}
break;
default: