test: forgot to change a variable.
Fixes Bugzilla #3787. --HG-- extra : amend_source : c7474d259e202abcde7a917242859f79e5d7d766
This commit is contained in:
parent
9b08483ffd
commit
8f60f0a775
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ sdltest_generateRunSeed(void *arg)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Negative cases */
|
/* Negative cases */
|
||||||
for (j = -2; j <= 0; i++) {
|
for (j = -2; j <= 0; j++) {
|
||||||
result = SDLTest_GenerateRunSeed((const int)j);
|
result = SDLTest_GenerateRunSeed((const int)j);
|
||||||
SDLTest_AssertPass("Call to SDLTest_GenerateRunSeed()");
|
SDLTest_AssertPass("Call to SDLTest_GenerateRunSeed()");
|
||||||
SDLTest_AssertCheck(result == NULL, "Verify returned value is not NULL");
|
SDLTest_AssertCheck(result == NULL, "Verify returned value is not NULL");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue