modular-arithmetic: Fix unit test. Should expect integer>fixnum, not >fixnum.
parent
e6dc084aa7
commit
c936f9d5e5
|
@ -43,7 +43,7 @@ TUPLE: declared-fixnum { x fixnum } ;
|
||||||
|
|
||||||
[ f ] [
|
[ f ] [
|
||||||
[ { integer } declare 127 bitand 3 + ]
|
[ { integer } declare 127 bitand 3 + ]
|
||||||
{ >fixnum } inlined?
|
{ integer>fixnum } inlined?
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ t ] [
|
[ t ] [
|
||||||
|
|
Loading…
Reference in New Issue