X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fprint.impure.lisp;h=95d246cf8659f88c3ab9c03b3f2504273a531660;hb=062283b901155792f65775491aea51481c56faaa;hp=ad0953dbf0faada239f6f5e4fb439a75b19a4cb3;hpb=7b8eb24427562ae9e3ffe77e0a98899b9786e2b1;p=sbcl.git diff --git a/tests/print.impure.lisp b/tests/print.impure.lisp index ad0953d..95d246c 100644 --- a/tests/print.impure.lisp +++ b/tests/print.impure.lisp @@ -272,7 +272,7 @@ ;;; bug 350: bignum printing so memory-hungry that heap runs out ;;; -- just don't stall here forever on a slow box -(with-test (:name bug-350) +(with-test (:name :bug-350) (handler-case (with-timeout 10 (print (ash 1 1000000)))