diff options
Diffstat (limited to 'tests/reject/tambsym2.nim')
-rwxr-xr-x | tests/reject/tambsym2.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/reject/tambsym2.nim b/tests/reject/tambsym2.nim deleted file mode 100755 index 3318f3fe2..000000000 --- a/tests/reject/tambsym2.nim +++ /dev/null @@ -1,6 +0,0 @@ - -from sdl import PSurface - -discard SDL.CreateRGBSurface(SDL.SWSURFACE, 23, 34, - 32, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xff000000'i32) - |