1# Test used by t/subtest/do.t 2 3use Test::More; 4 5pass("First"); 6pass("Second"); 7pass("Third"); 8 9done_testing(3); 10