Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed two typos in test source.
  • Loading branch information
philippwiesemann committed Nov 7, 2014
1 parent b561f20 commit e11969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testautomation_surface.c
Expand Up @@ -614,7 +614,7 @@ static const SDLTest_TestCaseReference surfaceTest8 =

/* TODO: rewrite test case, define new test data and re-enable; current implementation fails */
static const SDLTest_TestCaseReference surfaceTest9 =
{ (SDLTest_TestCaseFp)surface_testBlitBlendLoop, "surface_testBlitBlendLoop", "Test blittin routines with verious blending modes", TEST_DISABLED};
{ (SDLTest_TestCaseFp)surface_testBlitBlendLoop, "surface_testBlitBlendLoop", "Test blitting routines with various blending modes", TEST_DISABLED};

/* TODO: rewrite test case, define new test data and re-enable; current implementation fails */
static const SDLTest_TestCaseReference surfaceTest10 =
Expand Down

0 comments on commit e11969a

Please sign in to comment.