2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-19 14:52:09 +00:00

number of warnings/remarks cleaned up

[SVN r82748]
This commit is contained in:
Gennadiy Rozental
2013-02-05 09:22:23 +00:00
parent 4631efa972
commit 604cb435ec
2 changed files with 120 additions and 119 deletions

View File

@@ -93,7 +93,8 @@ struct shorten_lf : public boost::unit_test::output::compiler_log_formatter
std::string match_file_name( "./test_files/test_tools_test.pattern" );
std::string save_file_name( "test_tools_test.pattern" );
tt::output_test_stream& ots()
static tt::output_test_stream&
ots()
{
static boost::shared_ptr<tt::output_test_stream> inst;
@@ -110,8 +111,8 @@ tt::output_test_stream& ots()
//____________________________________________________________________________//
#define TEST_CASE( name ) \
void name ## _impl(); \
void name ## _impl_defer(); \
static void name ## _impl(); \
static void name ## _impl_defer(); \
\
BOOST_AUTO_TEST_CASE( name ) \
{ \