From: Douglas Katzman Date: Mon, 11 Nov 2013 22:53:37 +0000 (-0500) Subject: Add test for my commit 0e8649... of last week X-Git-Url: http://repo.macrolet.net/gitweb/?p=sbcl.git;a=commitdiff_plain;h=378a5e39c182b5c3ba14da80c157ad2c0021b25f Add test for my commit 0e8649... of last week --- 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))))