Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jun 3, 2020
1 parent 190b488 commit 1ab9f77
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/logger_tests.hpp
Expand Up @@ -70,12 +70,6 @@ class LogChecker : public LogCheckerBase
{
::iutest::detail::iuConsole::SetLogger(&printer_logger);
}
#if defined(_GLIBCXX_USE_CXX11_ABI) && _GLIBCXX_USE_CXX11_ABI
explicit LogChecker(const std::__cxx11::string& str) : m_str(str)
{
::iutest::detail::iuConsole::SetLogger(&printer_logger);
}
#endif
~LogChecker(void)
{
::iutest::detail::iuConsole::SetLogger(NULL);
Expand Down

0 comments on commit 1ab9f77

Please sign in to comment.