* lib.scm (pass-if): allow really simple tests where the test code
authorRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 02:21:03 +0000 (02:21 +0000)
committerRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 02:21:03 +0000 (02:21 +0000)
commitb4690a661ecf61ebec830a419dd3fc5b7703a776
treefbeef4d5c011ab9d5b6f0a7491ac9e6fe14e0bda
parent7c24e528576bcb803840beb4a036fa4768943750
* lib.scm (pass-if): allow really simple tests where the test code
is also the name like (pass-if (even? 2)).
(expect-fail): allow really simple tests where the test code is
also the test name like (expect-fail (even? 2)).
test-suite/lib.scm