xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline (revision d13be5d47e4149db2549a9828e244d59dbc43f15)
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