]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/floating-point/floating-point-tests.factor
Update documentation for stricter vocabulary search path semantics
[factor.git] / extra / math / floating-point / floating-point-tests.factor
index 9e5b5c67aa91bbb9c9b0ea9c7872f4588bfc4838..2f13237c9d20469f4036f26f6d9f1cc30718d015 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: tools.test math.floating-point math.constants kernel
-math.constants fry sequences kernel math ;
+USING: tools.test math.floating-point kernel
+math.constants fry sequences math ;
 IN: math.floating-point.tests
 
 [ t ] [ pi >double< >double pi = ] unit-test