Fixed test description in test suite for standard library.
This commit is contained in:
parent
a5ba9c22a7
commit
c30845f58b
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ static const SDLTest_TestCaseReference stdlibTest1 =
|
|||
{ (SDLTest_TestCaseFp)stdlib_strlcpy, "stdlib_strlcpy", "Call to SDL_strlcpy", TEST_ENABLED };
|
||||
|
||||
static const SDLTest_TestCaseReference stdlibTest2 =
|
||||
{ (SDLTest_TestCaseFp)stdlib_snprintf, "stdlib_snprintf", "Call to SDL_sprintf", TEST_ENABLED };
|
||||
{ (SDLTest_TestCaseFp)stdlib_snprintf, "stdlib_snprintf", "Call to SDL_snprintf", TEST_ENABLED };
|
||||
|
||||
/* Sequence of Standard C routine test cases */
|
||||
static const SDLTest_TestCaseReference *stdlibTests[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue