~ubuntu-branches/debian/sid/libsereal-encoder-perl/sid

« back to all changes in this revision

Viewing changes to t/010_desperate.t

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-06-06 13:17:09 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20140606131709-ek9vy22c4sh5jgjx
Tags: upstream-3.001
ImportĀ upstreamĀ versionĀ 3.001

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
sub run_tests {
31
31
  my ($extra_name, $opt_hash) = @_;
32
 
  setup_tests(2);
 
32
  setup_tests(3);
33
33
  foreach my $bt (@BasicTests) {
34
34
    my (undef, $exp, $name) = @$bt;
35
35