Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed printf's from dummy test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Jun 27, 2011
1 parent 595566d commit 1099346
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test-automation/testdummy/testdummy.c
Expand Up @@ -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");
}

Expand Down

0 comments on commit 1099346

Please sign in to comment.