X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsdlgamerect.t;h=fb77bcde423404b57469c429c3814c58cc7f5abb;hb=8e0fefab235a3196d58a6cd4a2b10343ba284c36;hp=cb3af54a3b64ccf838a1fd2f2ef989429874c971;hpb=1c436bbf6b5bb5e0b498f9aaef99b8ff630adae7;p=sdlgit%2FSDL_perl.git diff --git a/t/sdlgamerect.t b/t/sdlgamerect.t index cb3af54..fb77bcd 100644 --- a/t/sdlgamerect.t +++ b/t/sdlgamerect.t @@ -18,9 +18,8 @@ can_ok ('SDL::Game::Rect', qw/ centery /); -my $app = SDL::App->new(-title => "Test", -width => 640, -height => 480, -init => SDL_INIT_VIDEO); -my $rect = SDL::Game::Rect->new( 0, 10, 0, 0); +my $rect = SDL::Game::Rect->new( 0, 0, 0, 0); isa_ok ($rect, 'SDL::Game::Rect','new went ok');