Skip to content

Commit

Permalink
Removed a workaround for older builds of ActivePerl.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Apr 26, 2004
1 parent 311906e commit d486729
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/08_errors.t
Expand Up @@ -192,12 +192,7 @@ print "ok 19\n";
Nonexistent => 'woobly',
);

if ($^O eq "MSWin32") {
print "not " unless $warnings == 15;
}
else {
print "not " unless $warnings == 1;
}
print "not " unless $warnings == 1;
print "ok 20\n";
}

Expand Down

0 comments on commit d486729

Please sign in to comment.