Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix test plan for S03-operators/misc.t
a test was removed in 2b143b6, so need to decrease the plan too
  • Loading branch information
moritz committed Sep 26, 2014
1 parent 2b143b6 commit 6cb7067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/misc.t
Expand Up @@ -7,7 +7,7 @@ use Test;
Tests for Synopsis 3
=end kwid

plan 33;
plan 32;

my $str1 = "foo";
my $str2 = "bar";
Expand Down

0 comments on commit 6cb7067

Please sign in to comment.