vocabs.loader: fix tests.
parent
7327b8bdd4
commit
bbde85f56b
|
@ -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
|
] with-compilation-unit
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ IN: vocabs.loader.test.b
|
||||||
|
|
||||||
<< global [ "count-me" inc ] with-variables >>
|
<< global [ "count-me" inc ] with-variables >>
|
||||||
|
|
||||||
: fred bob ;
|
: fred ( -- ) bob ;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
USING: math.private ;
|
||||||
IN: vocabs.loader.test.d
|
IN: vocabs.loader.test.d
|
||||||
|
|
||||||
: foo ( -- ) iterate-next ;
|
: foo ( -- ) iterate-next ;
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
USING: vocabs ;
|
||||||
IN: vocabs.loader.test.j
|
IN: vocabs.loader.test.j
|
||||||
"vocabs.loader.test.k" require
|
"vocabs.loader.test.k" require
|
||||||
|
|
Loading…
Reference in New Issue