X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fstructs.lisp;fp=tests%2Fstructs.lisp;h=3c886a170e7db27b19511c02e65732fc85ffc2e1;hb=0824453227a26da41a3929c9117b66714980414b;hp=20338d4ded85321dfbe3ce57cb6f5143728e475b;hpb=7004c2691d5695471c7bce9d62b82a1914cf05a2;p=uffi.git diff --git a/tests/structs.lisp b/tests/structs.lisp index 20338d4..3c886a1 100644 --- a/tests/structs.lisp +++ b/tests/structs.lisp @@ -24,12 +24,12 @@ (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)