diff options
author | Steven Schubiger <stsc@refcnt.org> | 2016-05-27 22:13:16 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2016-05-27 22:13:16 +0200 |
commit | 907c1a6426658e93ed5b10ecb0852397b87855ba (patch) | |
tree | 4f5a6049393251ce1870a0c0044355d353a22aa9 /t/merge.t | |
parent | 877d9da6837b244dbfec10dff5488af02e532202 (diff) | |
download | colorize-907c1a6426658e93ed5b10ecb0852397b87855ba.tar.gz colorize-907c1a6426658e93ed5b10ecb0852397b87855ba.tar.bz2 |
Reorder initialization of skip message
Diffstat (limited to 't/merge.t')
-rwxr-xr-x | t/merge.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: { |