diff --git a/test/testlocale.c b/test/testlocale.c index 1990984ad4..65a82df3d2 100644 --- a/test/testlocale.c +++ b/test/testlocale.c @@ -39,7 +39,7 @@ int main(int argc, char **argv) SDLTest_CommonState *state; /* Initialize test framework */ - state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); + state = SDLTest_CommonCreateState(argv, 0); if (state == NULL) { return 1; }