close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 593


Ignore:
Timestamp:
2015-06-06T23:31:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-tests.lisp

    r592 r593  
    114114    (priority-queue::priority-queue-insert q 8)
    115115    (is (= (priority-queue::priority-queue-size q) 3) "Note that there is always a dummy element in the queue.")
    116     (is (= (priority-queue::priority-queue-heap q) #(0 7 8)))))
     116    (is (equalp (priority-queue::priority-queue-heap q) #(0 7 8)))
     117    (is (= (priority-queue::priority-queue-remove q) 7))
     118    (is (= (priority-queue::priority-queue-remove q) 8))))
    117119
    118120
Note: See TracChangeset for help on using the changeset viewer.