Removed printf's from dummy test suite.
This commit is contained in:
parent
7494225e7b
commit
3185853496
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@ TestCaseReference **QueryTestSuite() {
|
|||
void
|
||||
dummycase1(void *arg)
|
||||
{
|
||||
const char *revision = SDL_GetRevision();
|
||||
|
||||
printf("Revision is %s\n", revision);
|
||||
|
||||
AssertEquals(3, 5, "fails");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue