summaryrefslogtreecommitdiff
path: root/cpan/Test-Harness/t/sample-tests/stdout_stderr
blob: ce17484d65e79b858a8d89efc9e2d365aedaea86 (plain)
1
2
3
4
5
6
7
8
9
use Test::More 'no_plan';
diag 'comments';
ok 1;
ok 1;
ok 1;
diag 'comment';
ok 1;
diag 'more ignored stuff';
diag 'and yet more';