Home | Info | Community | Development | myReactOS | Contact Us
[inline]
Definition at line 49 of file test_list.cpp.
{ list.sort(); gTestController.CancelFailureCountdown(); for ( TestList::iterator p = list.begin(); p != list.end(); p++ ) if ( p != list.begin() ) { TestList::iterator tmp=p; --tmp; EH_ASSERT( *p >= *tmp ); } }