projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
60891a9
)
A bigg typo
Kartik Thakore [Mon, 26 Oct 2009 23:07:04 +0000 (19:07 -0400)]
t/core_palette.t
patch
|
blob
|
blame
|
history
diff --git
a/t/core_palette.t
b/t/core_palette.t
index
a3a16ff
..
c23cd2f
100644
(file)
--- a/
t/core_palette.t
+++ b/
t/core_palette.t
@@
-1,7
+1,7
@@
#!perl
use strict;
use warnings;
-use Test::More tests => 999999999;
+use Test::More tests => 9;
use_ok('SDL::Palette');
can_ok('SDL::Palette', qw/ ncolors colors color_index /);