Fix math.vectors unit tests

db4
Slava Pestov 2008-09-12 15:52:43 -05:00
parent a295469a50
commit d5140cf248
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ USING: math.vectors tools.test ;
[ { 1 2 3 } ] [ { 2 4 6 } 2 v/n ] unit-test
[ { 1/1 1/2 1/3 } ] [ 1 { 1 2 3 } n/v ] unit-test
[ 4 ] [ { 1 2 } norm-sq ] unit-test
[ 36 ] [ { 2 3 } norm-sq ] unit-test
[ 5 ] [ { 1 2 } norm-sq ] unit-test
[ 13 ] [ { 2 3 } norm-sq ] unit-test