2
0
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:
Gennadiy Rozental
2006-01-28 07:12:47 +00:00
parent 5140eebc18
commit c6a17564bc
3 changed files with 4 additions and 3 deletions

View File

@@ -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