summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug
blob: 10eaa2a3b024e88776bbc5c6d72db1bda5a3a8a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
# There was a bug where the first test would be considered a
# 'lone not' failure.
print <<DUMMY;
ok 1
ok 2
ok 3
ok 4
1..4
DUMMY