add missing USING: to stack-checker tests
parent
c3373c3c30
commit
9a891b4ab6
|
|
@ -7,7 +7,7 @@ sorting assocs definitions prettyprint io inspector
|
||||||
classes.tuple classes.union classes.predicate debugger
|
classes.tuple classes.union classes.predicate debugger
|
||||||
threads.private io.streams.string io.timeouts io.thread
|
threads.private io.streams.string io.timeouts io.thread
|
||||||
sequences.private destructors combinators eval locals.backend
|
sequences.private destructors combinators eval locals.backend
|
||||||
system compiler.units ;
|
system compiler.units shuffle ;
|
||||||
IN: stack-checker.tests
|
IN: stack-checker.tests
|
||||||
|
|
||||||
[ 1234 infer ] must-fail
|
[ 1234 infer ] must-fail
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue