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 3968


Ignore:
Timestamp:
2016-05-30T11:15:01-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3966 r3968  
    6969    (is (= (queue-size queue) 2))))
    7070
     71(test queue-access
     72  "Queue access"
     73  (with-fixture poly-context ()
     74    (let ((pair (dequeue queue)))
     75      (is (universal-equalp (critical-pair-first pair) p))
     76      (is (universal-equalp (critical-pair-second pair) 1)))))
     77
    7178
    7279(run! 'pair-queue-suite)
Note: See TracChangeset for help on using the changeset viewer.