Skip to content

Commit

Permalink
slots: fix initial value tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 14, 2011
1 parent 99d9df2 commit bae84ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/slots/slots-tests.factor
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ UNION: comme-ci integer float ;
UNION: comme-ca integer float ;
comme-ca 25.5 "initial-value" set-word-prop

[ 0 ] [ comme-ci initial-value ] unit-test
[ 25.5 ] [ comme-ca initial-value ] unit-test
[ 0 t ] [ comme-ci initial-value ] unit-test
[ 25.5 t ] [ comme-ca initial-value ] unit-test

0 comments on commit bae84ed

Please sign in to comment.