diff --git a/basis/compiler/tree/cleanup/cleanup-tests.factor b/basis/compiler/tree/cleanup/cleanup-tests.factor index ef4aa1acfe..8e3609c838 100644 --- a/basis/compiler/tree/cleanup/cleanup-tests.factor +++ b/basis/compiler/tree/cleanup/cleanup-tests.factor @@ -322,11 +322,7 @@ cell-bits 32 = [ ] unit-test [ t ] [ - [ { fixnum } declare 10 [ -1 shift ] times ] \ shift inlined? -] unit-test - -[ f ] [ - [ { integer } declare 10 [ -1 shift ] times ] \ shift inlined? + [ 10 [ -1 shift ] times ] \ shift inlined? ] unit-test [ f ] [