1
0
forked from boostorg/core

Fix typo in lightweight_test.hpp

This commit is contained in:
Peter Dimov
2018-08-07 17:40:47 +03:00
parent e128f4e1b8
commit e1d50a1de2

View File

@ -247,7 +247,7 @@ inline void test_cstr_ne_impl( char const * expr1, char const * expr2,
else
{
BOOST_LIGHTWEIGHT_TEST_OSTREAM
<< file << "(" << line << "): test '" << expr1 << " == " << expr2
<< file << "(" << line << "): test '" << expr1 << " != " << expr2
<< "' failed in function '" << function << "': "
<< "'" << t << "' == '" << u << "'" << std::endl;
++test_errors();