From 29ebfe5129618540ead3ab7e7dbf0fd7009693ca Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 31 Oct 2019 10:03:44 -0700 Subject: [PATCH] compiler.tree.propagation: fix test for improved interval-bitor. --- basis/compiler/tree/propagation/propagation-tests.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/compiler/tree/propagation/propagation-tests.factor b/basis/compiler/tree/propagation/propagation-tests.factor index 37460dffc0..75df94f629 100644 --- a/basis/compiler/tree/propagation/propagation-tests.factor +++ b/basis/compiler/tree/propagation/propagation-tests.factor @@ -1059,8 +1059,7 @@ M: tuple-with-read-only-slot clone ! Output range for string-nth now that string-nth is a library word and ! not a primitive { t } [ - ! Should actually be 0 23 2^ 1 - [a,b] - [ string-nth ] final-info first interval>> 0 23 2^ [a,b] = + [ string-nth ] final-info first interval>> 0 23 2^ 1 - [a,b] = ] unit-test ! Non-zero displacement for restricts the output type