summaryrefslogtreecommitdiff
path: root/Rx/v2/test/test.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2022-09-01 14:59:27 +0000
committerElliott Hughes <enh@google.com>2022-09-01 15:00:13 +0000
commita6661d2cf339b71de3e25f80fb927e029468c603 (patch)
treec0b1aac3621dd301e9fb7add9170d8879cc97cbe /Rx/v2/test/test.cpp
parentde986f59e99bd585280a061f545150ee1268f012 (diff)
downloadRxCpp-master.tar.gz
Remove RxCpp, which is no longer used.HEADmastermain
Do not necromance this without going through the go/android-3p process again. Test: treehugger Change-Id: Id813d74d7d2597e0636b925430117c94bea3fa5a
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"