summaryrefslogtreecommitdiff
path: root/Rx/v2/test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/test/test.cpp')
-rw-r--r--Rx/v2/test/test.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/Rx/v2/test/test.cpp b/Rx/v2/test/test.cpp
deleted file mode 100644
index 8cd3e05..0000000
--- a/Rx/v2/test/test.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <exception>
-#if (__GLIBCXX__ / 10000) == 2014 || (__GLIBCXX__ / 10000) == 2015
-namespace std {
-inline bool uncaught_exception() noexcept(true) {
- return current_exception() != nullptr;
-}
-}
-#endif
-
-#define CATCH_CONFIG_MAIN
-#include "catch.hpp"