summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Test-Stream-ExitMagic-Context.t
blob: 42e002056ccf4d7c9d36323fe490ab7824bff179 (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use Test::More;

use ok 'Test::Stream::ExitMagic::Context';

done_testing;