Skip to content

Commit

Permalink
ui/stack-checker: fix using
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jul 1, 2024
1 parent 97b7099 commit b1af793
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion basis/stack-checker/transforms/transforms-tests.factor
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
IN: stack-checker.transforms.tests
USING: sequences stack-checker.transforms tools.test math kernel
quotations stack-checker stack-checker.errors accessors
combinators words arrays classes classes.tuple macros ;
combinators combinators.short-circuit words arrays classes
classes.tuple macros ;

MACRO: compose-n ( n word -- quot' ) <repetition> >quotation ;

Expand Down
10 changes: 5 additions & 5 deletions basis/ui/tools/listener/listener-tests.factor
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
USING: accessors arrays calendar concurrency.promises continuations
documents io kernel lexer listener math namespaces parser quotations
sequences threads tools.test ui.gadgets.debug ui.gadgets.editors
ui.gadgets.panes ui.gestures ui.tools.common ui.tools.listener
vocabs.parser ;
USING: accessors arrays calendar combinators.short-circuit
concurrency.promises continuations documents io kernel lexer
listener math namespaces parser quotations sequences threads
tools.test ui.gadgets.debug ui.gadgets.editors ui.gadgets.panes
ui.gestures ui.tools.common ui.tools.listener vocabs.parser ;
IN: ui.tools.listener.tests

[
Expand Down

0 comments on commit b1af793

Please sign in to comment.