Browse Source

testlocale: don't pass SDL_INIT_VIDEO to SDL_Init

Anonymous Maarten 2 years ago
parent
commit
e620925728
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testlocale.c

+ 1 - 1
test/testlocale.c

@@ -39,7 +39,7 @@ int main(int argc, char **argv)
     SDLTest_CommonState *state;
     SDLTest_CommonState *state;
 
 
     /* Initialize test framework */
     /* Initialize test framework */
-    state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO);
+    state = SDLTest_CommonCreateState(argv, 0);
     if (state == NULL) {
     if (state == NULL) {
         return 1;
         return 1;
     }
     }