[uim-commit] r1709 - branches/r5rs/sigscheme/test

yamaken at freedesktop.org yamaken at freedesktop.org
Fri Sep 30 15:58:04 PDT 2005


Author: yamaken
Date: 2005-09-30 15:57:59 -0700 (Fri, 30 Sep 2005)
New Revision: 1709

Modified:
   branches/r5rs/sigscheme/test/test-continuation.scm
Log:
* test/test-continuation.scm
  - Remove unneeded codes


Modified: branches/r5rs/sigscheme/test/test-continuation.scm
===================================================================
--- branches/r5rs/sigscheme/test/test-continuation.scm	2005-09-30 22:56:23 UTC (rev 1708)
+++ branches/r5rs/sigscheme/test/test-continuation.scm	2005-09-30 22:57:59 UTC (rev 1709)
@@ -31,8 +31,5 @@
 
 ;; another continuation as proc
 (assert-true   "call/cc #5" (procedure? (call/cc (lambda (c) (call/cc c)))))
-(call/cc (lambda (c) (call/cc c)))
-(call/cc (lambda (c) c))
-(call/cc (lambda (c) (c 1)))
 
 (total-report)



More information about the uim-commit mailing list