fukamachi / prove

Yet another unit testing framework for Common Lisp
218 stars 23 forks source link

is-values does not work on CCL or CMUCL #47

Open mfiano opened 7 years ago

mfiano commented 7 years ago

IS-VALUES works on SBCL, Allegro, and ABCL just fine, but not CCL or CMUCL.

Using multiple-value-bind and multiple tests works however.