more restrictive test naming
[sbcl.git] / tests / print.impure.lisp
index ad0953d..95d246c 100644 (file)
 
 ;;; 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)))