aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2016-05-27 22:13:16 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2016-05-27 22:13:16 +0200
commit907c1a6426658e93ed5b10ecb0852397b87855ba (patch)
tree4f5a6049393251ce1870a0c0044355d353a22aa9 /t
parent877d9da6837b244dbfec10dff5488af02e532202 (diff)
downloadcolorize-907c1a6426658e93ed5b10ecb0852397b87855ba.tar.gz
colorize-907c1a6426658e93ed5b10ecb0852397b87855ba.tar.bz2
Reorder initialization of skip message
Diffstat (limited to 't')
-rwxr-xr-xt/merge.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/merge.t b/t/merge.t
index 1f1ba56..e2f0de6 100755
--- 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: {