summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Test-Stream-Event-Finish.t
blob: db396bbbf36f4c4cecf5128888b0e3290cf4783b (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More;

use ok 'Test::Stream::Event::Finish';

done_testing;