X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fstructs.lisp;h=806de8a811bdf6f44a37b6402539afa712d3a328;hb=6fa89a151c41d40386c8e50bb66a94e14a366b3e;hp=3c886a170e7db27b19511c02e65732fc85ffc2e1;hpb=0824453227a26da41a3929c9117b66714980414b;p=uffi.git diff --git a/tests/structs.lisp b/tests/structs.lisp index 3c886a1..806de8a 100644 --- a/tests/structs.lisp +++ b/tests/structs.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* @@ -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)