Removed initialization of debug-syntax, which doesn't work in headless environments like travis-ci.

This commit is contained in:
Georges Dupéron 2016-03-22 22:03:27 +01:00
parent e4ade5da29
commit 069109b76f

View File

@ -20,9 +20,6 @@
(frozen (~>))
|#
(require "../lib/debug-syntax.rkt")
(define-type blob String)
(define-type-expander (bubble stx) #'String)