SDL_test: pass data pointer to unit tests
This commit is contained in:
committed by
Anonymous Maarten
parent
741c04b339
commit
2f4b2df595
@@ -32,7 +32,7 @@ static const char IOStreamAlphabetString[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
|
||||
/* Fixture */
|
||||
|
||||
static void IOStreamSetUp(void *arg)
|
||||
static void IOStreamSetUp(void **arg)
|
||||
{
|
||||
size_t fileLen;
|
||||
FILE *handle;
|
||||
|
||||
Reference in New Issue
Block a user