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

Comparing AnyEvent/t/61_fltk_07_io.t (file contents):
Revision 1.1 by root, Fri Aug 12 18:41:26 2011 UTC vs.
Revision 1.2 by root, Fri Aug 26 18:08:08 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines