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 ] [
|
[ t ] [
|
||||||
[
|
[
|
||||||
{ integer } declare [ 256 rem ] map
|
{ iota } declare [ 256 rem ] map
|
||||||
] { mod fixnum-mod rem } inlined?
|
] { mod fixnum-mod rem } inlined?
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue