factor/basis/wrap/wrap-tests.factor

6 lines
158 B
Factor
Raw Normal View History

2009-07-02 21:24:41 -04:00
! Copyright (C) 2009 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license.
USING: wrap tools.test ;
[ { } ] [ { } 10 10 wrap ] unit-test