diff --git a/pitfall/ptest/assets/death-alpha.png b/pitfall/ptest/assets/death-alpha.png new file mode 100644 index 00000000..78ce1f56 Binary files /dev/null and b/pitfall/ptest/assets/death-alpha.png differ diff --git a/pitfall/ptest/test8.rkt b/pitfall/ptest/test8.rkt index 5c91d3d5..08555dad 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 #:pdfkit #f) +(make-doc this #f proc #:test #false #:pdfkit #t) (define-runtime-path that "test8crkt.pdf") -(make-doc that #t proc #:pdfkit #f) +(make-doc that #t proc #:test #false #:pdfkit #f)