Changeset 289 for branches/f4grobner
- Timestamp:
- 2015-06-05T21:02:24-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/utils-tests.lisp
r288 r289 13 13 (in-suite utils-suite) 14 14 15 (test utils-tests15 (test dummy-test 16 16 "Makelist" 17 17 (is (= (+ 2 2)) "2 plus 2 wasn't equal to 4 (using #'= to test equality)") … … 21 21 (+ 'foo 4)) 22 22 (is (= 0 (+ 1 1)) "this should have failed")) 23 24 (run!)
Note:
See TracChangeset
for help on using the changeset viewer.