xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1print <<DUMMY_TEST;
21..3
3not ok 1 - Foo # TODO Just testing the todo interface.
4ok 2 - Unexpected success # TODO Just testing the todo interface.
5ok 3 - This is not todo
6DUMMY_TEST
7