1.0.36.11: Make slam.sh work on Win32.
[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)))