Skip to content

Commit

Permalink
test: forgot to change a variable.
Browse files Browse the repository at this point in the history
Fixes Bugzilla #3787.
  • Loading branch information
icculus committed Aug 29, 2017
1 parent 4fc0163 commit 846a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testautomation_sdltest.c
Expand Up @@ -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");
Expand Down

0 comments on commit 846a9ab

Please sign in to comment.