Skip to content

Commit

Permalink
[Test.pm] turn off timestamps completely, for now. I'll be back...
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Berends committed Feb 9, 2010
1 parent 3049f65 commit f018377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test.pm
Expand Up @@ -43,7 +43,7 @@ multi sub plan($number_of_tests) is export {

say '1..' ~ $number_of_tests;
}
say '# t=' ~ time;
# say '# t=' ~ time;
}

multi sub pass($desc) is export {
Expand Down Expand Up @@ -219,7 +219,7 @@ sub proclaim($cond, $desc) {
print $todo_reason;
}
print "\n";
say '# t=' ~ time;
# say '# t=' ~ time;

if !$cond && $die_on_fail && !$todo_reason {
die "Test failed. Stopping test";
Expand Down

0 comments on commit f018377

Please sign in to comment.