From 9ac86bcc0d72cdcecdbf8884a557095bbc3cdc11 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 26 Mar 2021 11:05:20 +0800 Subject: test: remove qt byteswap compattests These were added as part of #9366 to fix issues with Protobuf. Now that we no-longer use Protobuf, there's no reason to maintain a duplicate set of byteswap tests for qt. --- src/qt/test/test_main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/qt/test/test_main.cpp') diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp index a1baf6a402..eb86f027ef 100644 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -11,7 +11,6 @@ #include #include #include -#include #include #ifdef ENABLE_WALLET @@ -92,10 +91,6 @@ int main(int argc, char* argv[]) if (QTest::qExec(&test3) != 0) { fInvalid = true; } - CompatTests test4; - if (QTest::qExec(&test4) != 0) { - fInvalid = true; - } #ifdef ENABLE_WALLET WalletTests test5(app.node()); if (QTest::qExec(&test5) != 0) { -- cgit v1.2.3