Skip to content

Commit

Permalink
Test that TBT uses the legacy formatter.
Browse files Browse the repository at this point in the history
For #242
  • Loading branch information
schwern committed Nov 30, 2011
1 parent abd79a5 commit ca67644
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions t/Tester/skip.t
@@ -0,0 +1,13 @@
#!/usr/bin/env perl -w

use strict;
use warnings;

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

test_out("ok 1 # skip because");
SKIP: {
skip "because", 1;
}
test_test("skip is using the legacy format");

0 comments on commit ca67644

Please sign in to comment.