ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Gtk2-URxvt/t/00_load.t
Revision: 1.1
Committed: Thu Dec 22 00:59:10 2005 UTC (18 years, 6 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 BEGIN { $| = 1; print "1..1\n"; }
2     END {print "not ok 1\n" unless $loaded;}
3     use Gtk2::URxvt;
4     $loaded = 1;
5     print "ok 1\n";