debuglevels: ooops - removed a line of code not intended to be committed

This commit is contained in:
Frank Schoenheit [fs]
2011-02-26 21:52:40 +01:00
parent df43fd9cd2
commit 2daf5ba78e

View File

@@ -138,6 +138,5 @@ SAL_IMPLEMENT_MAIN() {
result.addListener(&collector);
runner.run(result);
CppUnit::CompilerOutputter(&collector, CppUnit::stdCErr()).write();
fprintf( stderr, "-----\n" ); fflush( stderr );
return collector.wasSuccessful() ? EXIT_SUCCESS : EXIT_FAILURE;
}