X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fstructs.lisp;h=eb8b78cbe9306406c06c29cd987a11665a36bcef;hb=HEAD;hp=068ee1f7b2204da09e91f10df8c4591c887b7746;hpb=3ade95bab16abe09642554e9cbf56f117f01e507;p=uffi.git diff --git a/tests/structs.lisp b/tests/structs.lisp index 068ee1f..eb8b78c 100644 --- a/tests/structs.lisp +++ b/tests/structs.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* @@ -24,7 +22,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)