Fixed tests
[sdlgit/SDL_perl.git] / t / intergation1.t
index eb9cd98..aefc51a 100644 (file)
@@ -79,8 +79,8 @@ can_ok ('SDL::App', qw/
        SDL::FillRect( $app, $grect, $col_pixel );
 
         SDL::UpdateRect($app, 0, 0, 640, 480);
-        SDL::Delay(10);
+        SDL::delay(10);
        }
 
-         SDL::Delay(100);
+         SDL::delay(100);