Commit dc1ae8457d9a608949d5a423ee6baebb1420887e
Committed by
GitHub
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,7 +1633,7 @@ test_45(QPDF& pdf, char const* arg2) | ||
| 1633 | { | 1633 | { |
| 1634 | // Decode obfuscated files. This is here to help test with | 1634 | // Decode obfuscated files. This is here to help test with |
| 1635 | // files that trigger anti-virus warnings. See comments in | 1635 | // files that trigger anti-virus warnings. See comments in |
| 1636 | - // qpdf.test for details. | 1636 | + // specific-bugs.test for details. |
| 1637 | QPDFWriter w(pdf, "a.pdf"); | 1637 | QPDFWriter w(pdf, "a.pdf"); |
| 1638 | w.setStaticID(true); | 1638 | w.setStaticID(true); |
| 1639 | w.write(); | 1639 | w.write(); |