Fix EQL constraint propagation on constant assigned closure variables
[sbcl.git] / tests / dynamic-extent.impure.lisp
index a74c186..a1458bf 100644 (file)
   (assert-no-consing (vector-on-stack :x :y)))
 
 (with-test (:name (:no-consing :specialized-dx-vectors)
-           :fails-on '(and :sunos :x86)
+            :fails-on '(and :sunos :x86)
             :skipped-on `(not (and :stack-allocatable-vectors
                                    :c-stack-is-control-stack)))
   (assert-no-consing (make-array-on-stack-6))