root/library/tests/unittest-cpp/ReportAssert.cpp @ 486

Revision 477, 231 bytes (checked in by mido, 15 years ago)

panove, vite, jak jsem peclivej na upravu kodu.. snad se vam bude libit:) konfigurace je v souboru /system/astylerc

Line 
1#include "ReportAssert.h"
2#include "AssertException.h"
3
4namespace UnitTest {
5
6void ReportAssert ( char const* description, char const* filename, int lineNumber ) {
7        throw AssertException ( description, filename, lineNumber );
8}
9
10}
Note: See TracBrowser for help on using the browser.