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

Comparing AnyEvent/t/01_basic.t (file contents):
Revision 1.4 by root, Thu Apr 24 02:23:55 2008 UTC vs.
Revision 1.5 by root, Sat Jul 18 00:05:29 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines