ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/t/12_exit.t
(Generate patch)

Comparing Coro/t/12_exit.t (file contents):
Revision 1.1 by root, Fri Apr 13 12:56:56 2007 UTC vs.
Revision 1.2 by root, Sun May 25 00:40:14 2008 UTC

1BEGIN {
2 if ($^O =~ /mswin32/i) {
3 print <<EOF;
41..0 # Perl binary broken, skipping test. Upgrading to a working perl is advised.
5EOF
6 exit 0;
7 }
8}
9
1BEGIN { $| = 1; print "1..5\n"; } 10BEGIN { $| = 1; print "1..5\n"; }
2 11
3use Coro; 12use Coro;
4 13
5print "ok 1\n"; 14print "ok 1\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines