From 069109b76f341bb04d904732cf771c7f141b9803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 22 Mar 2016 22:03:27 +0100 Subject: [PATCH] Removed initialization of debug-syntax, which doesn't work in headless environments like travis-ci. --- graph-lib/graph/__DEBUG_graph6.rkt | 3 --- 1 file changed, 3 deletions(-) diff --git a/graph-lib/graph/__DEBUG_graph6.rkt b/graph-lib/graph/__DEBUG_graph6.rkt index eea3f2ed..57fd0d29 100644 --- a/graph-lib/graph/__DEBUG_graph6.rkt +++ b/graph-lib/graph/__DEBUG_graph6.rkt @@ -20,9 +20,6 @@ (frozen (~>)) |# - -(require "../lib/debug-syntax.rkt") - (define-type blob String) (define-type-expander (bubble stx) #'String)