X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.pure.lisp;h=4ef01f13739ba9456f802252f087f31875e9629b;hb=d7875c296a4988e9f27e2776237884deb1984c62;hp=7002c7cb4a8a718d436e4d19e9048ff4ec7ced1d;hpb=8be78b41ac1695e1c9b5d7f6c8bd41e3c7e6e6fc;p=sbcl.git diff --git a/tests/compiler.pure.lisp b/tests/compiler.pure.lisp index 7002c7c..4ef01f1 100644 --- a/tests/compiler.pure.lisp +++ b/tests/compiler.pure.lisp @@ -4935,3 +4935,8 @@ (typep x '(member 1 3 15))))) `(function ((or (integer 1 1) (integer 3 3))) (values (member t) &optional))))) + +(with-test (:name :quietly-row-major-index-no-dimensions) + (assert (handler-case + (compile nil `(lambda (x) (array-row-major-index x))) + (warning () nil))))