Fixing typo in modular arithmetic unit test (should use iota, not integer sequences, and just happened to work still)
parent
b362fe25b1
commit
970f96c8b8
|
@ -130,7 +130,7 @@ TUPLE: declared-fixnum { x fixnum } ;
|
|||
|
||||
[ t ] [
|
||||
[
|
||||
{ integer } declare [ 256 rem ] map
|
||||
{ iota } declare [ 256 rem ] map
|
||||
] { mod fixnum-mod rem } inlined?
|
||||
] unit-test
|
||||
|
||||
|
@ -289,4 +289,4 @@ cell {
|
|||
] keep bitxor >fixnum
|
||||
] with each
|
||||
] { + bignum+ fixnum-shift bitxor bignum-bitxor } inlined?
|
||||
] unit-test
|
||||
] unit-test
|
||||
|
|
Loading…
Reference in New Issue