X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Farray.pure.lisp;h=901beba6d18f778698aff4bd5b69ac036c640374;hb=179de85ab4fdff049c72ddb2767b93d838494b09;hp=4c605ed692b639108c784e76d40d81223986b271;hpb=a0238f83af553a3ff662824fc73aca3ba01112f6;p=sbcl.git diff --git a/tests/array.pure.lisp b/tests/array.pure.lisp index 4c605ed..901beba 100644 --- a/tests/array.pure.lisp +++ b/tests/array.pure.lisp @@ -277,3 +277,9 @@ (eql 6 (type-error-datum e))) :good)))))) +(with-test (:name :odd-keys-for-make-array) + (assert (eq :good + (handler-case + (compile nil '(lambda (m) (make-array m 1))) + (simple-warning () :good))))) +