Skip to content

Commit

Permalink
added STDERR fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Sep 15, 2011
1 parent a35253b commit c7da373
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions t/02_stderr.t
@@ -0,0 +1,10 @@
use strict;
use warnings;
use utf8;
use Test::More;

warn "THIS IS WARNING";
ok 0;

done_testing;

0 comments on commit c7da373

Please sign in to comment.