diff options
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/sample-tests/with_comments')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/sample-tests/with_comments | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/perl/t/lib/sample-tests/with_comments b/gnu/usr.bin/perl/t/lib/sample-tests/with_comments deleted file mode 100644 index 7aa913985b1..00000000000 --- a/gnu/usr.bin/perl/t/lib/sample-tests/with_comments +++ /dev/null @@ -1,14 +0,0 @@ -print <<DUMMY_TEST; -# and stuff -1..5 todo 1 2 4 5; -# yeah, that -not ok 1 -# Failed test 1 in t/todo.t at line 9 *TODO* -ok 2 # (t/todo.t at line 10 TODO?!) -ok 3 -not ok 4 -# Test 4 got: '0' (t/todo.t at line 12 *TODO*) -# Expected: '1' (need more tuits) -ok 5 # (t/todo.t at line 13 TODO?!) -# woo -DUMMY_TEST |