remove extra unit test print [skip ci]

This commit is contained in:
Dane Springmeyer 2015-04-26 23:32:37 +02:00
parent d9ea4e9b6e
commit 66ad95cbbe

View file

@ -12,8 +12,6 @@
int main (int argc, char* const argv[])
{
int result = Catch::Session().run( argc, argv );
if (!result) printf("\x1b[1;32m ✓ \x1b[0m\n");
// only call this once, on exit
// to make sure valgrind output is clean
// http://xmlsoft.org/xmlmem.html