]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/vectors/vectors-tests.factor
Fixing unit tests for stack effect inference changes
[factor.git] / basis / persistent / vectors / vectors-tests.factor
index c232db853339ced32223fcb3a223521b9b9b26ee..95fa70558d0d6ed4feb5d17f8354fdb71074b8cc 100644 (file)
@@ -3,10 +3,6 @@ USING: accessors tools.test persistent.vectors
 persistent.sequences sequences kernel arrays random namespaces
 vectors math math.order ;
 
-\ new-nth must-infer
-\ ppush must-infer
-\ ppop must-infer
-
 [ 0 ] [ PV{ } length ] unit-test
 
 [ 1 ] [ 3 PV{ } ppush length ] unit-test