Fixing typo in modular arithmetic unit test (should use iota, not integer sequences, and just happened to work still)

Daniel Ehrenberg 2010-06-15 16:15:49 -04:00
parent ece6c578d9
commit ac15409baa
1 changed files with 2 additions and 2 deletions

View File

@ -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