Clear up test based on line number differences between the core and the
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / no_diag.t
CommitLineData
30e302f8 1#!/usr/bin/perl -w
2
b1ddf169 3use Test::More 'no_diag', tests => 2;
30e302f8 4
5pass('foo');
6diag('This should not be displayed');
b1ddf169 7
8is(Test::More->builder->no_diag, 1);