mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-11-21 20:47:19 +01:00
parent
4fc0163853
commit
846a9ab95e
@ -49,7 +49,7 @@ sdltest_generateRunSeed(void *arg)
|
||||
}
|
||||
|
||||
/* Negative cases */
|
||||
for (j = -2; j <= 0; i++) {
|
||||
for (j = -2; j <= 0; j++) {
|
||||
result = SDLTest_GenerateRunSeed((const int)j);
|
||||
SDLTest_AssertPass("Call to SDLTest_GenerateRunSeed()");
|
||||
SDLTest_AssertCheck(result == NULL, "Verify returned value is not NULL");
|
||||
|
Loading…
Reference in New Issue
Block a user