X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcompiler%2Ftree%2Fpropagation%2Frecursive%2Frecursive-tests.factor;h=974bb584eba38b70b82bb59611e59a34908626ae;hp=db427d34af51e6aced5b03e345e49d250d46a019;hb=3f3d57032bf29190e9bee12d168a4bce6d74653c;hpb=cd1bb8f4c8afba318249c7b756a45aa1c46ea51e diff --git a/basis/compiler/tree/propagation/recursive/recursive-tests.factor b/basis/compiler/tree/propagation/recursive/recursive-tests.factor index db427d34af..974bb584eb 100644 --- a/basis/compiler/tree/propagation/recursive/recursive-tests.factor +++ b/basis/compiler/tree/propagation/recursive/recursive-tests.factor @@ -1,6 +1,6 @@ -IN: compiler.tree.propagation.recursive.tests USING: tools.test compiler.tree.propagation.recursive math.intervals kernel math literals layouts ; +IN: compiler.tree.propagation.recursive.tests [ T{ interval f { 0 t } { 1/0. t } } ] [ T{ interval f { 1 t } { 1 t } }