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

Comparing AnyEvent/t/62_cocoa_01_basic.t (file contents):
Revision 1.1 by root, Fri Dec 31 04:47:41 2010 UTC vs.
Revision 1.3 by root, Fri Aug 12 18:41:27 2011 UTC

1use AnyEvent; 1use AnyEvent;
2
3 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) }
2BEGIN { eval q{use AnyEvent::Impl::Cocoa;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Cocoa not loadable}), exit 0) } 4 BEGIN { eval q{use AnyEvent::Impl::Cocoa;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Cocoa not loadable\n}), exit 0) }
5
6
3 7
4$| = 1; print "1..6\n"; 8$| = 1; print "1..6\n";
5 9
6print "ok 1\n"; 10print "ok 1\n";
7 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines