From 82f8679efdca02f3537d84333ee5889c9b04ec86 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 22 Jun 2014 20:27:32 +0900 Subject: [PATCH] remove useless notice --- t/r7rs-tests.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/t/r7rs-tests.scm b/t/r7rs-tests.scm index b27f331f..98f3a727 100644 --- a/t/r7rs-tests.scm +++ b/t/r7rs-tests.scm @@ -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)