diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-26 21:52:40 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-26 21:52:40 +0100 |
commit | 2daf5ba78e26535ca4a2e6b743c0801d1e75c067 (patch) | |
tree | fe3ff9a00f2bfb032e8bd373b390eba3f08d7977 /sal | |
parent | df43fd9cd28a12f2e90ae40c163a20005ef2ae20 (diff) |
debuglevels: ooops - removed a line of code not intended to be committed
Diffstat (limited to 'sal')
-rw-r--r-- | sal/cppunittester/cppunittester.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 6aba6dc14b30..ab3f61fcecee 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -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; } |