Commit dc1ae8457d9a608949d5a423ee6baebb1420887e

Authored by m-holger
Committed by GitHub
2 parents ac429650 6b7a05a3

Merge pull request #1268 from m-holger/hc

Fix test_driver comment
Showing 1 changed file with 1 additions and 1 deletions
qpdf/test_driver.cc
... ... @@ -1633,7 +1633,7 @@ test_45(QPDF& pdf, char const* arg2)
1633 1633 {
1634 1634 // Decode obfuscated files. This is here to help test with
1635 1635 // files that trigger anti-virus warnings. See comments in
1636   - // qpdf.test for details.
  1636 + // specific-bugs.test for details.
1637 1637 QPDFWriter w(pdf, "a.pdf");
1638 1638 w.setStaticID(true);
1639 1639 w.write();
... ...