From: Kartik Thakore Date: Mon, 26 Oct 2009 23:07:04 +0000 (-0400) Subject: A bigg typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dbec7d1870f9286ba6218d1af4a51baa99a74d51;p=sdlgit%2FSDL_perl.git A bigg typo --- diff --git a/t/core_palette.t b/t/core_palette.t index a3a16ff..c23cd2f 100644 --- 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 /);