Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/UnitTest++/src/ReportAssert.cpp')
-rw-r--r--src/testing/UnitTest++/src/ReportAssert.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/testing/UnitTest++/src/ReportAssert.cpp b/src/testing/UnitTest++/src/ReportAssert.cpp
deleted file mode 100644
index 6c7db58..0000000
--- a/src/testing/UnitTest++/src/ReportAssert.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "AssertException.h"
-
-namespace UnitTest {
-
-void ReportAssert(char const* description, char const* filename, int const lineNumber)
-{
- throw AssertException(description, filename, lineNumber);
-}
-
-}