X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftype.pure.lisp;h=12af6999bf31de151a35ae744966f3534e3ed12a;hb=8dc064d2296902f01afd9107e89a81146e3771fe;hp=a2c63ffeaba21874c31fdfedb9ef1c7586ad2f57;hpb=f0670f28705c01e79fb23cb2a582074d3e51ec98;p=sbcl.git diff --git a/tests/type.pure.lisp b/tests/type.pure.lisp index a2c63ff..12af699 100644 --- a/tests/type.pure.lisp +++ b/tests/type.pure.lisp @@ -26,5 +26,3 @@ (nil (or number vector) nil) (12 (or null vector) nil) (12 (and (or number vector) real) t)))) - - \ No newline at end of file