diff options
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/sample-tests/todo_inline')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/sample-tests/todo_inline | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/t/lib/sample-tests/todo_inline b/gnu/usr.bin/perl/t/lib/sample-tests/todo_inline deleted file mode 100644 index 5b96d68caf2..00000000000 --- a/gnu/usr.bin/perl/t/lib/sample-tests/todo_inline +++ /dev/null @@ -1,6 +0,0 @@ -print <<DUMMY_TEST; -1..3 -not ok 1 - Foo # TODO Just testing the todo interface. -ok 2 - Unexpected success # TODO Just testing the todo interface. -ok 3 - This is not todo -DUMMY_TEST |