X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftime.pure.lisp;h=a9aac4c80ab82894eb1d0c5604bbcbf7c1d15e2f;hb=14538e006c43facf52e17e452cb1164077bbafd3;hp=da7f3b9c0f4404c685f29709ac693bd1c9e189bd;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/tests/time.pure.lisp b/tests/time.pure.lisp index da7f3b9..a9aac4c 100644 --- a/tests/time.pure.lisp +++ b/tests/time.pure.lisp @@ -27,3 +27,6 @@ (when (>= time time1) (return))))))) 3) + +(with-test (:name :time/lambdas-converted) + (time (compile nil '(lambda () 42))))