svn: r14588

This commit is contained in:
Robby Findler 2009-04-23 14:57:51 +00:00
parent 904ab8ee0e
commit 7d881a32bf

View File

@ -1843,6 +1843,8 @@
(values (apply-reduction-relation red arg) #f))
(define (test-->>/procs red arg expected apply-red cycles-ok? srcinfo)
(unless (reduction-relation? red)
(error 'test--> "expected a reduction relation as first argument, got ~e" red))
(let-values ([(got got-cycle?) (apply-red red arg)])
(inc-tests)