Changed: dWorldAttachQuickStepDynamicIterationStatisticsSink function has been added
[ode.git] / tests / UnitTest++ / src / ReportAssert.cpp
blob6c7db58607b736817674c4968b535637ee42fe64
1 #include "AssertException.h"
3 namespace UnitTest {
5 void ReportAssert(char const* description, char const* filename, int const lineNumber)
7 throw AssertException(description, filename, lineNumber);