mirror of
https://github.com/boostorg/test.git
synced 2026-01-24 06:22:12 +00:00
*** empty log message ***
[SVN r32457]
This commit is contained in:
@@ -65,7 +65,7 @@ BOOST_TEST_EXCEPTION_SAFETY( test_stack_push )
|
||||
|
||||
for( unsigned i = 0; i < 3; ++i ) {
|
||||
try {
|
||||
st.push( simple_mock );
|
||||
st.push( mock_object<>::prototype() );
|
||||
}
|
||||
catch( ... ) {
|
||||
// this invariant checks that in case of failed push number of elements doesn't change
|
||||
|
||||
Reference in New Issue
Block a user