Skip to content

Commit 369c9c8

Browse files
committed
It's under control
1 parent d90ee1b commit 369c9c8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

t/sdlx_surface.t

-7
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ my @surfs = (
4343
depth => 32,
4444
greenmask => 0xFF000000
4545
),
46-
<<<<<<< HEAD
47-
=======
48-
49-
>>>>>>> 5881b4d8d7c0ad7f74b09b6c2539ea89fafd19c0
5046
);
5147

5248
foreach my $a (@surfs) {
@@ -84,7 +80,6 @@ isnt( $surfs[1]->[1][2], 0, 'Pixel blitted from one surface to another' );
8480
$surfs[1]->blit_by( $surfs[0], undef, [ 1, 0, 0, 0 ] );
8581

8682
isnt( $surfs[1]->[2][2], 0, 'Pixel by_blitted to another surface with offset' );
87-
<<<<<<< HEAD
8883

8984
push @surfs, SDLx::Surface->new(
9085
w => 1,
@@ -93,8 +88,6 @@ push @surfs, SDLx::Surface->new(
9388
);
9489

9590
is( $surfs[-1]->[0][0], 1, 'Fill color worked' );
96-
=======
97-
>>>>>>> 5881b4d8d7c0ad7f74b09b6c2539ea89fafd19c0
9891

9992
$surfs[1]->flip();
10093

0 commit comments

Comments
 (0)