Mini Shell

Direktori : /usr/share/doc/perl-Test-Simple/t/Legacy/Tester/
Upload File :
Current File : //usr/share/doc/perl-Test-Simple/t/Legacy/Tester/tbt_03die.t

#!/usr/bin/perl

use Test::Builder::Tester tests => 1;
use Test::More;

eval {
    test_test("foo");
};
like($@,
     "/Not testing\.  You must declare output with a test function first\./",
     "dies correctly on error");


Zerion Mini Shell 1.0