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 ] [
|
||||
[ { integer } declare 127 bitand 3 + ]
|
||||
{ >fixnum } inlined?
|
||||
{ integer>fixnum } inlined?
|
||||
] unit-test
|
||||
|
||||
[ t ] [
|
||||
|
|
Loading…
Reference in New Issue