| Current Path : /usr/share/doc/perl-Test-Simple-0.98/t/subtest/ |
| Current File : //usr/share/doc/perl-Test-Simple-0.98/t/subtest/for_do_t.test |
# Test used by t/subtest/do.t
use Test::More;
pass("First");
pass("Second");
pass("Third");
done_testing(3);