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 587


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

* empty log message *

File:
1 edited

Legend:

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

    r586 r587  
    111111  "Priority queue"
    112112  (let ((q (ngrobner:make-priority-queue)))
    113     (ngrobner:priority-queue-insert 7)
    114     (ngrobner:priority-queue-insert 8)
    115     (is (= (ngrobner:priority-queue-size q) 2))))
     113    (ngrobner::priority-queue-insert 7)
     114    (ngrobner::priority-queue-insert 8)
     115    (is (= (ngrobner::priority-queue-size q) 2))))
    116116
    117117
Note: See TracChangeset for help on using the changeset viewer.