Преглед на файлове

test: forgot to change a variable.

Fixes Bugzilla #3787.
Ryan C. Gordon преди 8 години
родител
ревизия
846a9ab95e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      test/testautomation_sdltest.c

+ 1 - 1
test/testautomation_sdltest.c

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