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