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

Comparing AnyEvent/t/65_event_04_condvar.t (file contents):
Revision 1.2 by root, Thu Jul 9 22:49:18 2009 UTC vs.
Revision 1.5 by root, Mon Jul 4 21:14:28 2011 UTC

1$|=1; 1use AnyEvent;
2BEGIN { 2BEGIN { eval q{use AnyEvent::Impl::Event;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Event not loadable
3 print "1..21\n" 3}), exit 0) }
4}
5 4
6use AnyEvent; 5$| = 1; print "1..21\n";
7use AnyEvent::Impl::Event;
8 6
9print "ok 1\n"; 7print "ok 1\n";
10 8
11{ 9{
12 my $cv = AnyEvent->condvar; 10 my $cv = AnyEvent->condvar;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines