Skip to content

Commit

Permalink
multiple watchdog()s in the one test script are meaningless
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Dec 21, 2010
1 parent d948447 commit 5611abb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/re/re.t
Expand Up @@ -104,7 +104,6 @@ if ('1234'=~/(?:(?<A>\d)|(?<C>!))(?<B>\d)(?<A>\d)(?<B>\d)/){
pass("Didn't loop");

# Bug #78058; this can loop
watchdog(2);
no warnings; # Because the 8 may be warned on
eval 'qr/\18/';
pass("qr/\18/ didn't loop");
Expand Down

0 comments on commit 5611abb

Please sign in to comment.