ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Sokoban/t/00_load.t
(Generate patch)

Comparing Games-Sokoban/t/00_load.t (file contents):
Revision 1.1 by root, Tue May 11 23:17:47 2010 UTC vs.
Revision 1.2 by root, Wed May 12 20:49:08 2010 UTC

1BEGIN { $| = 1; print "1..1\n"; } 1BEGIN { $| = 1; print "1..1\n"; }
2END {print "not ok 1\n" unless $loaded;} 2END {print "not ok 1\n" unless $loaded;}
3use Async::Interrupt; 3use Games::Sokoban;
4$loaded = 1; 4$loaded = 1;
5print "ok 1\n"; 5print "ok 1\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines