DEBSOURCES
Skip Quicknav
sources / libcpan-reporter-perl / 1.2020-1 / corpus / t-Fail-LongOutput / t / 01_Bogus.t
12345678910
# Bogus::Pass tests use strict; use Test::More; plan tests => 1 ; fail( "Failed this test" ); diag "A" x 50 for ( 0 .. 2000 ); # 100K