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

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

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