mirror of https://github.com/encounter/SDL.git
Use consistent language between SDLTest_AssertPass() and SDLTest_AssertCheck()
This commit is contained in:
parent
6c4b4ee7a6
commit
d5032582e0
|
@ -104,7 +104,7 @@ void SDLTest_AssertPass(SDL_PRINTF_FORMAT_STRING const char *assertDescription,
|
|||
|
||||
/* Log pass message */
|
||||
SDLTest_AssertsPassed++;
|
||||
SDLTest_Log(SDLTEST_ASSERT_CHECK_FORMAT, logMessage, "Pass");
|
||||
SDLTest_Log(SDLTEST_ASSERT_CHECK_FORMAT, logMessage, "Passed");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue