repo.or.cz
/
ode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed: dWorldAttachQuickStepDynamicIterationStatisticsSink function has been added
[ode.git]
/
tests
/
UnitTest++
/
src
/
ReportAssert.cpp
blob
6c7db58607b736817674c4968b535637ee42fe64
1
#include
"AssertException.h"
2
3
namespace
UnitTest
{
4
5
void
ReportAssert
(
char const
*
description
,
char const
*
filename
,
int const
lineNumber
)
6
{
7
throw
AssertException
(
description
,
filename
,
lineNumber
);
8
}
9
10
}