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

Comparing AnyEvent/t/66_ioasync_02_signals.t (file contents):
Revision 1.7 by root, Wed Dec 29 04:23:06 2010 UTC vs.
Revision 1.8 by root, Mon Jul 4 21:14:28 2011 UTC

6 exit 0; 6 exit 0;
7 } 7 }
8} 8}
9 9
10use AnyEvent; 10use AnyEvent;
11BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable}), exit 0) } 11BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable
12}), exit 0) }
12 13
13$| = 1; print "1..5\n"; 14$| = 1; print "1..5\n";
14 15
15print "ok 1\n"; 16print "ok 1\n";
16 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines