r10564: fix :modules in def-function
[uffi.git] / tests / structs.lisp
index 20338d4ded85321dfbe3ce57cb6f5143728e475b..3c886a170e7db27b19511c02e65732fc85ffc2e1 100644 (file)
 (uffi:def-foreign-type foo-ptr (* foo))
 
 ;; tests that compilation worked
-(deftest structs.1 
+(deftest :structs.1 
   (with-foreign-object (p 'foo)
     t)
   t)
 
-(deftest structs.2
+(deftest :structs.2
     (progn
       (uffi:def-foreign-type foo-struct (:struct foo))
       t)