for_do_t.test   [plain text]


# Test used by t/subtest/do.t

use Test::More;

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

done_testing(3);