?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef UNITTEST_ASSERT_H
  2. #define UNITTEST_ASSERT_H
  3.  
  4. #include "HelperMacros.h"
  5.  
  6. namespace UnitTest {
  7.  
  8.    UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber);
  9.  
  10. }
  11.  
  12. #endif
  13.