diff --git a/TestUtils.cpp b/TestUtils.cpp index 579a41e3..ef297d20 100644 --- a/TestUtils.cpp +++ b/TestUtils.cpp @@ -55,8 +55,6 @@ #include "stubclient.h" #include "testw.h" #include - -#define CATCH_CONFIG_MAIN #include "third_party/catch.hpp" @@ -1165,6 +1163,4 @@ int xorDecryptDHV2(char *key, const char *cypher, vector &message) { ret = 0; return ret; -} - -#undef CATCH_CONFIG_MAIN \ No newline at end of file +} \ No newline at end of file