projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6ba0ad4
)
Make test pass
Leon Brocard [Fri, 16 Oct 2009 06:59:53 +0000 (07:59 +0100)]
t/core_surface.t
patch
|
blob
|
blame
|
history
diff --git
a/t/core_surface.t
b/t/core_surface.t
index
143a791
..
958df3e
100644
(file)
--- a/
t/core_surface.t
+++ b/
t/core_surface.t
@@
-36,7
+36,7
@@
my $rect = SDL::Rect->new(0,0, $app->w, $app->h);
$app->fill_rect($rect,$blue);
-print 'This is in surface : '.SDL::Surface::get_pixels($app);
+diag('This is in surface : '.SDL::Surface::get_pixels($app));
pass 'did this pass';