Skip to content

Commit

Permalink
Add header to basic test output for Java testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tsee committed Sep 18, 2012
1 parent 7fb46ed commit 4ad5305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Perl/shared/t/lib/Sereal/TestSet.pm
Expand Up @@ -710,7 +710,7 @@ sub write_test_files {

foreach my $testno (1..@BasicTests) {
my $t = $BasicTests[$testno-1];
_write_file($make_data_file_name->($testno), $t->[1]);
_write_file($make_data_file_name->($testno), $Header.$t->[1]);
_write_file($make_name_file_name->($testno), $t->[2] . "\n");
}

Expand Down

0 comments on commit 4ad5305

Please sign in to comment.