add using
parent
a4caa01128
commit
a93c3d96b5
|
@ -1,5 +1,5 @@
|
||||||
USING: tools.test tools.annotations tools.time math parser eval
|
USING: tools.test tools.annotations tools.time math parser eval
|
||||||
io.streams.string kernel ;
|
io.streams.string kernel strings ;
|
||||||
IN: tools.annotations.tests
|
IN: tools.annotations.tests
|
||||||
|
|
||||||
: foo ;
|
: foo ;
|
||||||
|
@ -45,4 +45,4 @@ M: string blah-generic ;
|
||||||
|
|
||||||
{ string blah-generic } watch
|
{ string blah-generic } watch
|
||||||
|
|
||||||
[ ] [ "hi" blah-generic ] unit-test
|
[ ] [ "hi" blah-generic ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue