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

Comparing AnyEvent/t/69_ev_04_condvar.t (file contents):
Revision 1.1 by root, Thu Oct 2 08:43:58 2008 UTC vs.
Revision 1.3 by root, Sat Jul 18 00:05:29 2009 UTC

1$|=1; 1use AnyEvent;
2BEGIN { unless (eval "require EV") { print "1..0 # skip because EV isn't installed"; exit } } 2BEGIN { eval q{use AnyEvent::Impl::EV;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::EV not found}), exit 0) }
3BEGIN {
4 print "1..21\n"
5}
6 3
7use AnyEvent; 4$| = 1; print "1..21\n";
8use AnyEvent::Impl::EV;
9 5
10print "ok 1\n"; 6print "ok 1\n";
11 7
12{ 8{
13 my $cv = AnyEvent->condvar; 9 my $cv = AnyEvent->condvar;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines