Skip to content

Commit

Permalink
SDL: remove wrong examples/nci/sdl_blue_rectangle.pir
Browse files Browse the repository at this point in the history
we have a modern nci examples/sdl/blue_rect.pir instead.
Closes #436
  • Loading branch information
Reini Urban committed Jan 14, 2015
1 parent ba3c23e commit e275717
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 80 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -612,7 +612,6 @@ examples/nci/QtHelloWorld.pir [examples]
examples/nci/Xlib.pir [examples]
examples/nci/Xlibconstants.pir [examples]
examples/nci/ls.pir [examples]
examples/nci/sdl_blue_rectangle.pir [examples]
examples/nci/win32api.pir [examples]
examples/nci/xlibtest.nqp [examples]
examples/nci/xlibtest.p6 [examples]
Expand Down
77 changes: 0 additions & 77 deletions examples/nci/sdl_blue_rectangle.pir

This file was deleted.

1 change: 1 addition & 0 deletions examples/sdl/minesweeper/field.pir
Expand Up @@ -960,6 +960,7 @@ This method is called automatically when this module is loaded.
.local pmc size
.local pmc size_rect
.local pmc prop

.local pmc from_rect
.local pmc image
.local int rect_type
Expand Down
3 changes: 1 addition & 2 deletions t/examples/catchall.t
@@ -1,5 +1,5 @@
#!perl
# Copyright (C) 2007-2010, Parrot Foundation.
# Copyright (C) 2007-2015, Parrot Foundation.

use strict;
use warnings;
Expand Down Expand Up @@ -34,7 +34,6 @@ foreach my $file (keys %$manifest) {
next if $file =~ m{^examples/pir/befunge}; # language, not testable here
next if $file =~ m{^examples/languages}; # language, not testable here
next if $file =~ m{^examples/opengl}; # depends on OpenGL install
next if $file =~ m{^examples/nci/sdl}; # depends on SDL install
next if $file =~ m{^examples/nci/xlib}; # depends on libX11 install
$files{$file}=undef;
}
Expand Down

0 comments on commit e275717

Please sign in to comment.