SDL_test: pass data pointer to unit tests
This commit is contained in:
committed by
Anonymous Maarten
parent
741c04b339
commit
2f4b2df595
@@ -9,7 +9,7 @@
|
||||
|
||||
/* Fixture */
|
||||
|
||||
static void subsystemsSetUp(void *arg)
|
||||
static void subsystemsSetUp(void **arg)
|
||||
{
|
||||
/* Reset each one of the SDL subsystems */
|
||||
/* CHECKME: can we use SDL_Quit here, or this will break the flow of tests? */
|
||||
|
||||
Reference in New Issue
Block a user