remove useless notice

This commit is contained in:
Yuichi Nishiwaki 2014-06-22 20:27:32 +09:00
parent 44b80ccb8a
commit 82f8679efd
1 changed files with 1 additions and 8 deletions

View File

@ -43,11 +43,7 @@
;; language except `delete-file'. Currently assumes full-unicode
;; support, the full numeric tower and all standard libraries
;; provided.
;;
;; Uses the (chibi test) library which is written in portable R7RS.
;; This is mostly a subset of SRFI-64, providing test-begin, test-end
;; and test, which could be defined as something like:
;;
(define (test-begin . o) #f)
(define (test-end . o) #f)
@ -80,9 +76,6 @@
(display "")
(newline)))
(set! counter (+ counter 1))))))
;;
;; however (chibi test) provides nicer output, timings, and
;; approximate equivalence for floating point numbers.
(newline)