]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sbufs/sbufs-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / sbufs / sbufs-tests.factor
index 9d4c76b88a1c2bc4fb89bba967ea2ebe070afb53..06212ddb0c3586b9ecf1dfa25c758ac1c9b5584e 100644 (file)
@@ -1,6 +1,5 @@
 USING: classes kernel math namespaces sbufs sequences
 sequences.private strings tools.test ;
-IN: sbufs.tests
 
 { 5 } [ "Hello" >sbuf length ] unit-test