Units unit test fix

release
Slava Pestov 2007-10-06 13:55:22 -04:00
parent f06bca825a
commit 8e985d6c6f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USING: arrays kernel math sequences tools.test units.si
units.imperial units inverse ;
units.imperial units inverse math.functions ;
IN: temporary
[ T{ dimensioned f 3 { m } { } } ] [ 3 m ] unit-test