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

Comparing AnyEvent/t/04_condvar.t (file contents):
Revision 1.2 by root, Sat May 24 17:48:38 2008 UTC vs.
Revision 1.3 by root, Sat Jul 18 00:05:29 2009 UTC

1$|=1;
2BEGIN {
3 print "1..21\n"
4}
5
6use AnyEvent; 1use AnyEvent;
7use AnyEvent::Impl::Perl; 2use AnyEvent::Impl::Perl;
3
4$| = 1; print "1..21\n";
8 5
9print "ok 1\n"; 6print "ok 1\n";
10 7
11{ 8{
12 my $cv = AnyEvent->condvar; 9 my $cv = AnyEvent->condvar;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines