Commit 31858534 authored by Markus Kauppila's avatar Markus Kauppila

Removed printf's from dummy test suite.

parent 7494225e
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment