]> gitweb.factorcode.org Git - factor.git/commitdiff
help.lint.coverage: fix tests using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Feb 2018 15:48:42 +0000 (07:48 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Feb 2018 15:48:42 +0000 (07:48 -0800)
extra/help/lint/coverage/coverage-tests.factor

index 0e09806c48128aa36ccb4546946c1611f325605b..721eba1e4be16fd33bfea8d88861a141f3df4c67 100644 (file)
@@ -1,6 +1,6 @@
 USING: accessors fuel.help.private help.lint.coverage
 help.lint.coverage.private help.markup help.syntax kernel
-literals math math.matrices sorting tools.test vocabs ;
+literals math math.matrices sequences sorting tools.test vocabs ;
 IN: help.lint.coverage.tests
 
 <PRIVATE