X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftime.lisp;fp=tests%2Ftime.lisp;h=fe8e305402e8ccdccb5f8a5a27c1668d3a19f416;hb=a7e4d38b013b1f9dadf6dd4aed438b2da3619f87;hp=89382a86a1efca4345c04a6bed19eaa063ae8222;hpb=bbe3653207a655c6fc596474e75092fd0affd0bd;p=uffi.git diff --git a/tests/time.lisp b/tests/time.lisp index 89382a8..fe8e305 100644 --- a/tests/time.lisp +++ b/tests/time.lisp @@ -43,7 +43,7 @@ :returning :cstring) (uffi:def-type time-t :unsigned-long) -(uffi:def-type tm-pointer (* tm)) +(uffi:def-type tm-pointer (:struct-pointer tm)) (deftest :time.1 (uffi:with-foreign-object (time 'time-t)