From e1d50a1de22395e69ff46061b7fe64755beac5f0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 7 Aug 2018 17:40:47 +0300 Subject: [PATCH] Fix typo in lightweight_test.hpp --- include/boost/core/lightweight_test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/core/lightweight_test.hpp b/include/boost/core/lightweight_test.hpp index 73557be..4be0dab 100644 --- a/include/boost/core/lightweight_test.hpp +++ b/include/boost/core/lightweight_test.hpp @@ -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();