mirror of
https://github.com/boostorg/test.git
synced 2026-02-20 03:02:10 +00:00
forgoten test updates
[SVN r81221]
This commit is contained in:
@@ -100,7 +100,10 @@ void name ## _impl_defer(); \
|
||||
\
|
||||
BOOST_AUTO_TEST_CASE( name ) \
|
||||
{ \
|
||||
test_case* impl = make_test_case( &name ## _impl, #name ); \
|
||||
test_case* impl = make_test_case( &name ## _impl, \
|
||||
#name, \
|
||||
__FILE__, \
|
||||
__LINE__ ); \
|
||||
\
|
||||
unit_test_log.set_stream( ots() ); \
|
||||
unit_test_log.set_threshold_level( log_nothing ); \
|
||||
|
||||
Reference in New Issue
Block a user