0.9.8.11:
[sbcl.git] / tests / debug.impure.lisp
index 12de035..fa1e64d 100644 (file)
                                     (list '(flet test) #'not-optimized))))))
 
 (with-test (:name (:throw :no-such-tag)
-            :fails-on '(or (and :x86 :linux) :alpha))
+            :fails-on '(or (and :x86 :linux) :alpha :mips))
   (progn
     (defun throw-test ()
       (throw 'no-such-tag t))