X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Falien.impure.lisp;h=d1ee3e3adf0c3bcf1f8a32062cdbf0f5a20896b1;hb=ed891a4fd882d1b9fe066ab14bcf2107aea95baa;hp=c85ee8ef571728d9e78f22a2757cb43054537a10;hpb=e602d69296d74060610880680e9381b12a8dd4d3;p=sbcl.git diff --git a/tests/alien.impure.lisp b/tests/alien.impure.lisp index c85ee8e..d1ee3e3 100644 --- a/tests/alien.impure.lisp +++ b/tests/alien.impure.lisp @@ -203,8 +203,4 @@ (error () :ok))))) -;; This used to signal an error on x86 due to primitive type T not having -;; been compatible with ANY-REG. (On x86 and -64 ANY-REG is fine.) -(sb-alien:with-alien ((buf (array (sb-alien:signed 8) 16)))) - ;;; success