- Timestamp:
- 2015-06-06T23:27:54-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r590 r591 113 113 (priority-queue::priority-queue-insert q 7) 114 114 (priority-queue::priority-queue-insert q 8) 115 (is (= (priority-queue::priority-queue-size q) 3) "Note that there is a dummy element on the queue.")))115 (is (= (priority-queue::priority-queue-size q) 3) "Note that there is always a dummy element in the queue."))) 116 116 117 117
Note:
See TracChangeset
for help on using the changeset viewer.