From 378a5e39c182b5c3ba14da80c157ad2c0021b25f Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Mon, 11 Nov 2013 17:53:37 -0500 Subject: [PATCH] Add test for my commit 0e8649... of last week --- tests/compiler.pure.lisp | 5 +++++ 1 file changed, 5 insertions(+) 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)))) -- 1.7.10.4