Comment out units unit test at Dan's request

db4
Slava Pestov 2008-03-09 06:54:53 -05:00
parent 828881b1d1
commit 718adfd81e
1 changed files with 1 additions and 1 deletions

2
extra/units/units-tests.factor Normal file → Executable file
View File

@ -20,4 +20,4 @@ IN: units.tests
: km/L km 1 L d/ ; : km/L km 1 L d/ ;
: mpg miles 1 gallons d/ ; : mpg miles 1 gallons d/ ;
[ t ] [ 100 10 / km/L [ mpg ] undo 23 1 ~ ] unit-test ! [ t ] [ 100 10 / km/L [ mpg ] undo 23 1 ~ ] unit-test