r10564: fix :modules in def-function
[uffi.git] / tests / arrays.lisp
index cdfe4ed147e517140c40cadad4689ffd437ad24a..25ad9011a6b9c7cb31875be61e9875bb760e59ba 100644 (file)
@@ -20,7 +20,7 @@
 
 (uffi:def-foreign-type long-ptr (* :long))
 
-(deftest array.1
+(deftest :array.1
     (let ((a (uffi:allocate-foreign-object :long +column-length+))
          (results nil))
       (dotimes (i +column-length+)
@@ -32,7 +32,7 @@
   (0 1 4 9 16 25 36 49 64 81))
 
 
-(deftest array.2
+(deftest :array.2
     (let ((a (uffi:allocate-foreign-object 'long-ptr +row-length+))
          (results nil))
       (dotimes (r +row-length+)