diff options
Diffstat (limited to '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: { |