Changeset 315 for branches/f4grobner/utils-tests.lisp
- Timestamp:
- 2015-06-06T10:24:15-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/utils-tests.lisp
r314 r315 67 67 "monom" 68 68 (is (equalp (ngrobner::make-monom 3) #(0 0 0))) 69 (is (equalp (ngrobner::make-monom 3 :initial-contents '(1 2 3)) #(1 33))))69 (is (equalp (ngrobner::make-monom 3 :initial-contents '(1 2 3)) #(1 2 3)))) 70 70 71 71 (run!)
Note:
See TracChangeset
for help on using the changeset viewer.