summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Test-Stream-Tester-Grab.t
blob: 505980790a955d9cc42aa4823738106d9c8d35b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use Test::More;

use ok 'Test::Stream::Tester::Grab';

# The tests for this can be found in t/Test-Tester2.t which is the only context
# that makes sense.

done_testing;