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

Comparing AnyEvent/t/64_glib_02_signals.t (file contents):
Revision 1.1 by root, Thu Oct 2 08:43:57 2008 UTC vs.
Revision 1.2 by root, Sat Jul 18 00:05:29 2009 UTC

1$|=1; 1use AnyEvent;
2BEGIN { 2BEGIN { eval q{use AnyEvent::Impl::Glib;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Glib not found}), exit 0) }
3 print "1..5\n";
4}
5 3
6use AnyEvent; 4$| = 1; print "1..5\n";
7use AnyEvent::Impl::Glib;
8 5
9print "ok 1\n"; 6print "ok 1\n";
10 7
11my $cv = AnyEvent->condvar; 8my $cv = AnyEvent->condvar;
12 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines