From 9c86d5d89aeb47a122e5e9a08a4d8c6b44662318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 13 Jan 2017 01:55:36 +0100 Subject: [PATCH] Removed scribbling build command from typed-map-test --- typed-map-test/info.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/typed-map-test/info.rkt b/typed-map-test/info.rkt index ad11716..7816876 100644 --- a/typed-map-test/info.rkt +++ b/typed-map-test/info.rkt @@ -6,7 +6,6 @@ "typed-racket-more" "typed-map-lib")) (define build-deps '("aful")) -(define scribblings '(("scribblings/typed-map.scrbl" ()))) (define pkg-desc "Tests for typed-map-lib") (define version "1.0") (define pkg-authors '("Georges Dupéron"))