X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdynamic-extent.impure.lisp;h=6844273efa7b350178ed26fb82b6cae81934e114;hb=16a6592367eec7c5e9da668ec42fd260e7705b0c;hp=3c0d247bdcf5d6509ff074760ed58e615f3bf4e7;hpb=08b0e98910af7154f2afe68f2f16618754f74461;p=sbcl.git diff --git a/tests/dynamic-extent.impure.lisp b/tests/dynamic-extent.impure.lisp index 3c0d247..6844273 100644 --- a/tests/dynamic-extent.impure.lisp +++ b/tests/dynamic-extent.impure.lisp @@ -127,13 +127,9 @@ (assert-no-consing (dxlength t t t t t t)) (assert-no-consing (dxlength)) (assert-no-consing (dxcaller 1 2 3 4 5 6 7)) - #-ppc (assert-no-consing (test-nip-values)) - #-ppc (assert-no-consing (test-let-var-subst1 17)) - #-ppc (assert-no-consing (test-let-var-subst2 17)) - #-ppc (assert-no-consing (test-lvar-subst 11)))