aboutsummaryrefslogtreecommitdiffstats
path: root/t/ui_focus_stack.t
blob: 15bf43987d8fe88ec30eaf96ed57389254312429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
use lib 't/lib';
use strict;
use warnings;

use Test::Class;
use RTest::UI::FocusStack;

Test::Class->runtests(
  RTest::UI::FocusStack->new,
);