From 8e985d6c6f31e58e488e5bbcf5a96ad08ec6a2c9 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 6 Oct 2007 13:55:22 -0400 Subject: [PATCH] Units unit test fix --- extra/units/units-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/units/units-tests.factor b/extra/units/units-tests.factor index 72c3b108ea..28ab9ab7c4 100644 --- a/extra/units/units-tests.factor +++ b/extra/units/units-tests.factor @@ -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