]> gitweb.factorcode.org Git - factor.git/commitdiff
compression.bzip3: fix using in tests
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 5 Jan 2023 20:29:31 +0000 (12:29 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 5 Jan 2023 20:29:47 +0000 (12:29 -0800)
extra/compression/bzip3/bzip3-tests.factor

index e5ba69c6e92e84d36ba5b54b8651acbd6def77ec..6cd835fb4c834c9d4bc6e892bfbff81b50ae5335 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2022 Raghu Ranganathan.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: tools.test byte-arrays random locals sequences ;
-IN: compression.bzip3.tests
+USING: byte-arrays compression.bzip3 math random sequences
+tools.test ;
 
 ! Simple compression and decompression
 { B{