summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/subtest/for_do_t.test
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Simple/t/subtest/for_do_t.test')
-rw-r--r--cpan/Test-Simple/t/subtest/for_do_t.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpan/Test-Simple/t/subtest/for_do_t.test b/cpan/Test-Simple/t/subtest/for_do_t.test
new file mode 100644
index 0000000000..413923bceb
--- /dev/null
+++ b/cpan/Test-Simple/t/subtest/for_do_t.test
@@ -0,0 +1,9 @@
+# Test used by t/subtest/do.t
+
+use Test::More;
+
+pass("First");
+pass("Second");
+pass("Third");
+
+done_testing(3);