test: forgot to change a variable.

Fixes Bugzilla #3787.

--HG--
extra : amend_source : c7474d259e202abcde7a917242859f79e5d7d766
This commit is contained in:
Ryan C. Gordon 2017-08-29 18:25:55 -04:00
parent 9b08483ffd
commit 8f60f0a775

View file

@ -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");