blob: 0b5d6dde6c1ae32b44b7fcba3c25b6adf55d4242 [file] [log] [blame]
#ifndef UNITTEST_ASSERT_H
#define UNITTEST_ASSERT_H
#include "HelperMacros.h"
namespace UnitTest {
UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber);
}
#endif