Changeset 3573

Show
Ignore:
Timestamp:
07/23/08 11:34:27 (4 months ago)
Author:
ksprotte
Message:

avoid compiler warning in test allocation.disconnected-m2s.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/test/allocation.lisp

    r3571 r3573  
    225225          (sponsor (make-sponsor :login "test-sponsor")) 
    226226          (m2-counts '(12 43 29 3))) 
     227      (declare (ignore area)) 
    227228      (dolist (m2-count m2-counts) 
    228229        (let ((contract (make-contract sponsor m2-count))) 
     
    232233      ;; connected 
    233234      (is (bos.m2::consistent-p))))) 
     235