]> git.refcnt.org Git - colorize.git/commitdiff
Reorder initialization of skip message
authorSteven Schubiger <stsc@refcnt.org>
Fri, 27 May 2016 20:13:16 +0000 (22:13 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Fri, 27 May 2016 20:13:16 +0000 (22:13 +0200)
t/merge.t

index 1f1ba56551448be6d09e9065d2d208219eb494b8..e2f0de6fa22757813c2055985ee673c0c8d62574 100755 (executable)
--- a/t/merge.t
+++ b/t/merge.t
@@ -117,10 +117,10 @@ my $test_name = sub
     return "$sequence: $substr";
 };
 
-plan tests => $tests;
-
 my $compiling_failed_msg = 'compiling failed (merge part line)';
 
+plan tests => $tests;
+
 foreach my $test (@merge_success) {
     foreach my $buf_size (@{$test->[1]}) {
         SKIP: {