ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/t/13_diewarn.t
(Generate patch)

Comparing Coro/t/13_diewarn.t (file contents):
Revision 1.2 by root, Mon Oct 8 02:50:24 2007 UTC vs.
Revision 1.3 by root, Sat Oct 13 23:19:10 2007 UTC

11 cede; 11 cede;
12 warn "-"; 12 warn "-";
13 } 13 }
14 cede; 14 cede;
15 warn "-"; 15 warn "-";
16 cede;
16}; 17};
17 18
18async { 19async {
19 local $SIG{__WARN__} = sub { print "ok 5\n" }; 20 local $SIG{__WARN__} = sub { print "ok 5\n" };
20 { 21 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines