root/library/tests/unittest-cpp/ReportAssert.h @ 706

Revision 706, 171 bytes (checked in by smidl, 15 years ago)

eol-native

  • Property svn:eol-style set to native
RevLine 
[418]1#ifndef UNITTEST_ASSERT_H
2#define UNITTEST_ASSERT_H
3
4namespace UnitTest {
5
[477]6void ReportAssert ( char const* description, char const* filename, int lineNumber );
7
[418]8}
9
10#endif
Note: See TracBrowser for help on using the browser.