ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/02_signals.t
(Generate patch)

Comparing AnyEvent/t/02_signals.t (file contents):
Revision 1.8 by root, Wed Dec 29 04:16:33 2010 UTC vs.
Revision 1.9 by root, Tue Aug 2 20:02:45 2011 UTC

28 $cv->broadcast; 28 $cv->broadcast;
29}); 29});
30 30
31print "ok 2\n"; 31print "ok 2\n";
32kill 'INT', $$; 32kill 'INT', $$;
33$cv->wait; 33$cv->recv;
34undef $error; 34undef $error;
35 35
36print "ok 4\n"; 36print "ok 4\n";
37 37
38undef $sw; 38undef $sw;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines