]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/jamshred/oint/oint-tests.factor
Fix the existing IN: suffixes for the test vocabs
[factor.git] / extra / jamshred / oint / oint-tests.factor
index dadd6fb255cb8c78d859634bc2d6c2f7f8a1e0ec..3b52e4b1b69ecb2ff9eb1dd8c43d5287f459eaee 100644 (file)
@@ -1,5 +1,5 @@
 USING: jamshred.oint tools.test ;
-IN: jamshred.oint-tests
+IN: jamshred.oint.tests
 
 { { 0 -1 -1 } } [ { 0 1 -1 } { 0 -1 0 } reflect ] unit-test
 { { 0 1 0 } } [ { 1 1 0 } { 1 0 0 } proj-perp ] unit-test