summaryrefslogtreecommitdiffstats
path: root/qpdf/test_driver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf/test_driver.cc')
-rw-r--r--qpdf/test_driver.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpdf/test_driver.cc b/qpdf/test_driver.cc
index 3863cdbe..ec6fcff0 100644
--- a/qpdf/test_driver.cc
+++ b/qpdf/test_driver.cc
@@ -232,7 +232,9 @@ void runtest(int n, char const* filename1, char const* arg2)
qtest.isIndirect() ? 1 : 0);
std::cout << "/QTest is "
<< (qtest.isIndirect() ? "in" : "")
- << "direct" << std::endl;
+ << "direct and has type "
+ << qtest.getTypeName()
+ << " (" << qtest.getTypeCode() << ")" << std::endl;
if (qtest.isNull())
{