aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/test_driver.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-08 14:00:37 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-08 16:19:38 +0200
commita615985865ca73249a7b21e2f28b440cb6c16636 (patch)
tree7ae20d30bdaa3e2bdef6d5a28e126d763ee8976b /qpdf/test_driver.cc
parent9dcd25a06eae4787332cb808a100b338887c9426 (diff)
downloadqpdf-a615985865ca73249a7b21e2f28b440cb6c16636.tar.zst
Update QPDFObject with comment
Also, since it's just there for compatibility, we don't need to add new object types to it.
Diffstat (limited to 'qpdf/test_driver.cc')
-rw-r--r--qpdf/test_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/test_driver.cc b/qpdf/test_driver.cc
index 4440bfae..46dda0d0 100644
--- a/qpdf/test_driver.cc
+++ b/qpdf/test_driver.cc
@@ -3440,7 +3440,7 @@ runtest(int n, char const* filename1, char const* arg2)
assert(strcmp(uninitialized.getTypeName(), "uninitialized") == 0);
// ABI: until QPDF 12, spot check deprecated constants
- assert(QPDFObject::ot_unresolved == ::ot_unresolved);
+ assert(QPDFObject::ot_dictionary == ::ot_dictionary);
assert(QPDFObject::ot_uninitialized == ::ot_uninitialized);
}