aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/test_driver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpdf/test_driver.cc b/qpdf/test_driver.cc
index 96d001d6..3e74c106 100644
--- a/qpdf/test_driver.cc
+++ b/qpdf/test_driver.cc
@@ -3316,8 +3316,8 @@ test_92(QPDF& pdf, char const* arg2)
check(contents);
check(contents_dict);
// Objects that were originally indirect should be destroyed.
- // Otherwise, they should have retained their old values. See
- // comments in QPDFValueProxy::reset for why this is the case.
+ // Otherwise, they should have retained their old values but just
+ // lost their connection to the owning QPDF.
assert(root.isDestroyed());
assert(page1.isDestroyed());
assert(contents.isDestroyed());