diff --git a/pitfall/ptest/test8.rkt b/pitfall/ptest/test8.rkt index 08555dad..5c91d3d5 100644 --- a/pitfall/ptest/test8.rkt +++ b/pitfall/ptest/test8.rkt @@ -13,7 +13,7 @@ ; node's zlib.deflate makes smaller files, for some reason ; so don't compare file sizes in this case (define-runtime-path this "test8rkt.pdf") -(make-doc this #f proc #:test #false #:pdfkit #t) +(make-doc this #f proc #:pdfkit #f) (define-runtime-path that "test8crkt.pdf") -(make-doc that #t proc #:test #false #:pdfkit #f) +(make-doc that #t proc #:pdfkit #f) diff --git a/pitfall/ptest/test8crkt copy.pdf b/pitfall/ptest/test8crkt copy.pdf index 910ac94c..2f9e7ccb 100644 Binary files a/pitfall/ptest/test8crkt copy.pdf and b/pitfall/ptest/test8crkt copy.pdf differ diff --git a/pitfall/ptest/test8rkt copy.pdf b/pitfall/ptest/test8rkt copy.pdf index a3c965d5..5efc70de 100644 Binary files a/pitfall/ptest/test8rkt copy.pdf and b/pitfall/ptest/test8rkt copy.pdf differ