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() { ...@@ -59,10 +59,6 @@ TestCaseReference **QueryTestSuite() {
void void
dummycase1(void *arg) dummycase1(void *arg)
{ {
const char *revision = SDL_GetRevision();
printf("Revision is %s\n", revision);
AssertEquals(3, 5, "fails"); 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