zealot.cli-test-changed-vocabs: Fix using and stack effect.
I changed the code in the wrong branch.handle-patch-and-put
parent
faae03cdba
commit
e427f0f34e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue