xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_failure (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1#!/usr/bin/perl
2
3print <<'END_TESTS';
41..2
5ok 1 - this is a test
6not ok 2 - this is another test
7#   Failed test 'this is another test'
8#   in harness_failure.t at line 5.
9#          got: 'waffle'
10#     expected: 'yarblokos'
11END_TESTS
12