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