debug for button events - missed on last commit
[catagits/Reaction.git] / t / ui_focus_stack.t
1 use lib 't/lib';
2 use strict;
3 use warnings;
4
5 use Test::Class;
6 use RTest::UI::FocusStack;
7
8 Test::Class->runtests(
9   RTest::UI::FocusStack->new,
10 );
11