Skip to content

Commit

Permalink
sequences: change bogus-hashcode testcase for new sequence-hashcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Aug 8, 2024
1 parent c723926 commit d333ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sequences/sequences-tests.factor
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ TUPLE: bogus-hashcode ;

M: bogus-hashcode hashcode* 2drop 0 >bignum ;

{ 0 } [ { T{ bogus-hashcode } } hashcode ] unit-test
{ 0x31e9d070e63 } [ { T{ bogus-hashcode } } hashcode ] unit-test

{ { 2 4 6 } { 1 3 5 7 } } [ { 1 2 3 4 5 6 7 } [ even? ] partition ] unit-test

Expand Down

0 comments on commit d333ded

Please sign in to comment.