X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fstructs.lisp;fp=tests%2Fstructs.lisp;h=806de8a811bdf6f44a37b6402539afa712d3a328;hb=72190043201239567658cfbae1c36bbd7233419b;hp=068ee1f7b2204da09e91f10df8c4591c887b7746;hpb=da9ef130a96ba9102fc0cf68b1fe8cd0a90e67b7;p=uffi.git diff --git a/tests/structs.lisp b/tests/structs.lisp index 068ee1f..806de8a 100644 --- a/tests/structs.lisp +++ b/tests/structs.lisp @@ -24,7 +24,7 @@ (uffi:def-foreign-type foo-ptr (* foo)) ;; tests that compilation worked -(deftest :structs.1 +(deftest :structs.1 (with-foreign-object (p 'foo) t) t)