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 584


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

* empty log message *

File:
1 edited

Legend:

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

    r583 r584  
    108108       '(* 1 (EXPT X 0) (EXPT Y 0) (EXPT Z 0) (EXPT W 1) (EXPT U 0)))))
    109109
     110(test priority-queue
     111  "Priority queue"
     112  (let ((q (make-priority-queue)))
     113    (priority-queue-insert 7)
     114    (priority-queue-insert 8)
     115    (is (= (priority-queue-size q) 2))))
     116
     117
    110118(run! 'ngrobner-suite)
    111119(format t "All tests done!~%")
Note: See TracChangeset for help on using the changeset viewer.