X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.pure.lisp;h=4ef01f13739ba9456f802252f087f31875e9629b;hb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;hp=7002c7cb4a8a718d436e4d19e9048ff4ec7ced1d;hpb=a4c87f2654b9bd5b5f35cb84ddf12e40bbadc407;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))))