fix "redex-doc" dependencies

(cherry picked from commit d3950e1f09)
This commit is contained in:
Robby Findler 2014-10-14 16:54:49 -05:00 committed by Ryan Culpepper
parent 5daba5bf73
commit c326c21b73
2 changed files with 1 additions and 4 deletions

View File

@ -15,7 +15,6 @@
"pict-lib"
"redex-gui-lib"
"redex-benchmark"
"math-lib"
"rackunit-lib"))
(define pkg-desc "documentation part of \"redex\"")

View File

@ -1,5 +1,4 @@
#lang racket
(require math/statistics)
#lang racket/base
(provide get-line-count
get-counterexample
@ -188,4 +187,3 @@
(check-equal? (count-size '((1))) 3)
(check-equal? (count-size '((1) (1))) 5)
(check-equal? (count-size '((1) (1) (1) (1 1 1 1 1 1))) 14))