Skip to content

Commit

Permalink
Correct number of tests in plan.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Mar 27, 2011
1 parent a37d7f0 commit 69f3ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/steps/auto/llvm-01.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use strict;
use warnings;
use File::Temp qw( tempdir );
use Test::More tests => 48;
use Test::More tests => 49;
use Carp;
use lib qw( lib t/configure/testlib );
use_ok('config::auto::llvm');
Expand Down

0 comments on commit 69f3ae1

Please sign in to comment.