Move Test::Simple from lib to ext.
[p5sagit/p5-mst-13.2.git] / ext / Test-Simple / t / Builder / no_diag.t
CommitLineData
ccbd73a4 1#!/usr/bin/perl -w
ccbd73a4 2
3use Test::More 'no_diag', tests => 2;
4
5pass('foo');
6diag('This should not be displayed');
7
8is(Test::More->builder->no_diag, 1);