diff --git a/basis/compiler/tree/modular-arithmetic/modular-arithmetic-tests.factor b/basis/compiler/tree/modular-arithmetic/modular-arithmetic-tests.factor index 67612a40b7..f3636af8df 100644 --- a/basis/compiler/tree/modular-arithmetic/modular-arithmetic-tests.factor +++ b/basis/compiler/tree/modular-arithmetic/modular-arithmetic-tests.factor @@ -43,7 +43,7 @@ TUPLE: declared-fixnum { x fixnum } ; [ f ] [ [ { integer } declare 127 bitand 3 + ] - { >fixnum } inlined? + { integer>fixnum } inlined? ] unit-test [ t ] [