zealot.cli-test-changed-vocabs: Fix using and stack effect.

I changed the code in the wrong branch.
handle-patch-and-put
Doug Coleman 2018-08-26 20:24:45 -05:00
parent faae03cdba
commit e427f0f34e
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
! Copyright (C) 2018 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel sequences tools.test vocabs zealot.factor ;
USING: kernel sequences tools.test.private vocabs zealot.factor ;
IN: zealot.cli-test-changed-vocabs
: zealot-test-changed-vocabs ( -- )
ci-vocabs-to-test [ require test-vocab ] each ;
ci-vocabs-to-test [ [ require ] [ test-vocab ] bi ] each ;
MAIN: zealot-test-changed-vocabs