1.0.46.5: split (:BACKTRACE :MISC) test into smaller pieces
[sbcl.git] / tests / step.impure.lisp
index 0f5e874..55be2ad 100644 (file)
   (handler-bind ((step-condition #'sb-impl::invoke-stepper))
     (test-step-out)))
 
-(with-test (:name :step-start-from-break
-            :fails-on :mips)
+(with-test (:name :step-start-from-break)
   (handler-bind ((step-condition #'sb-impl::invoke-stepper))
     (test-step-start-from-break)))