- Timestamp:
- 2015-06-06T23:32:04-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r593 r594 116 116 (is (equalp (priority-queue::priority-queue-heap q) #(0 7 8))) 117 117 (is (= (priority-queue::priority-queue-remove q) 7)) 118 (is (= (priority-queue::priority-queue-remove q) 8)))) 118 (is (= (priority-queue::priority-queue-remove q) 8)) 119 (is-true (priority-queue::priority-queue-empty-p q)))) 119 120 120 121
Note:
See TracChangeset
for help on using the changeset viewer.