summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Legacy/subtest/for_do_t.test
blob: 413923bceb0954d1142e5bc2b586ace705548df9 (plain)
1
2
3
4
5
6
7
8
9
# Test used by t/subtest/do.t

use Test::More;

pass("First");
pass("Second");
pass("Third");

done_testing(3);