factor/basis/core-text/core-text-tests.factor

6 lines
210 B
Factor
Raw Normal View History

2009-01-16 20:11:48 -05:00
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: tools.test core-text core-foundation ;
2009-01-16 20:11:48 -05:00
IN: core-text.tests
[ ] [ "Helvetica" 12 <CTFont> CFRelease ] unit-test