Exemplo n.º 1
0
void TestTerminatorWithoutExceptions::exitCurrentTest() const
{
    PlatformSpecificLongJmp();
} // LCOV_EXCL_LINE
Exemplo n.º 2
0
void UtestShell::exitCurrentTestWithoutException()
{
	PlatformSpecificLongJmp();
}