diff UnitTestsSources/LoggingTests.cpp @ 4004:9b5ace33a00d

cleaning SetErrorWarnInfoLoggingStreams()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 06 Jun 2020 11:14:10 +0200
parents 3c19371090c3
children 2d4427ca4be9
line wrap: on
line diff
--- a/UnitTestsSources/LoggingTests.cpp	Sat Jun 06 11:08:59 2020 +0200
+++ b/UnitTestsSources/LoggingTests.cpp	Sat Jun 06 11:14:10 2020 +0200
@@ -133,7 +133,7 @@
   FuncStreamBuf<LoggingFunctionFunc> infoStreamBuf(TestInfo);
   std::ostream infoStream(&infoStreamBuf);
 
-  SetErrorWarnInfoLoggingStreams(&errorStream, &warningStream, &infoStream);
+  SetErrorWarnInfoLoggingStreams(errorStream, warningStream, infoStream);
 
   {
     const char* text = "E is the set of all sets that do not contain themselves. Does E contain itself?";
@@ -184,13 +184,3 @@
     ASSERT_STREQ(payload.c_str(), text);
   }
 }
-
-
-
-
-
-
-
-
-
-