Corrected spelling in C source files of test suites.
This commit is contained in:
parent
e2fe26af28
commit
b5c9f3354d
5 changed files with 6 additions and 6 deletions
|
@ -1169,7 +1169,7 @@ sdltest_randomAsciiStringOfSize(void *arg)
|
|||
nonAsciiCharacters++;
|
||||
}
|
||||
}
|
||||
SDLTest_AssertCheck(nonAsciiCharacters == 0, "Validate that result does not contain non-Ascii characters, got: %d", nonAsciiCharacters);
|
||||
SDLTest_AssertCheck(nonAsciiCharacters == 0, "Validate that result does not contain non-ASCII characters, got: %d", nonAsciiCharacters);
|
||||
if (nonAsciiCharacters) {
|
||||
SDLTest_LogError("Invalid result from generator: '%s'", result);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue