remove accidentally committed debugging in test
This commit is contained in:
parent
738fe8a44f
commit
6bc8369af5
|
@ -2610,7 +2610,6 @@
|
||||||
(define-struct (cookie-error exn:fail) ()))])
|
(define-struct (cookie-error exn:fail) ()))])
|
||||||
(define o (open-output-bytes))
|
(define o (open-output-bytes))
|
||||||
(write (compile m) o)
|
(write (compile m) o)
|
||||||
(call-with-output-file "/tmp/d" #:exists 'replace (lambda (o) (write (compile m) o)))
|
|
||||||
(test #t
|
(test #t
|
||||||
not
|
not
|
||||||
(regexp-match? (regexp-quote
|
(regexp-match? (regexp-quote
|
||||||
|
|
Loading…
Reference in New Issue
Block a user