vocabs.loader: fix tests.

db4
John Benediktsson 2015-07-20 21:11:16 -07:00
parent 7327b8bdd4
commit bbde85f56b
4 changed files with 5 additions and 2 deletions

View File

@ -84,7 +84,8 @@ IN: vocabs.loader.tests
{ } [
[
"bob" "vocabs.loader.test.b" create-word [ ] define
"bob" "vocabs.loader.test.b" create-word
[ ] ( -- ) define-declared
] with-compilation-unit
] unit-test

View File

@ -3,4 +3,4 @@ IN: vocabs.loader.test.b
<< global [ "count-me" inc ] with-variables >>
: fred bob ;
: fred ( -- ) bob ;

View File

@ -1,3 +1,4 @@
USING: math.private ;
IN: vocabs.loader.test.d
: foo ( -- ) iterate-next ;

View File

@ -1,2 +1,3 @@
USING: vocabs ;
IN: vocabs.loader.test.j
"vocabs.loader.test.k" require