diff options
author | fanquake <fanquake@gmail.com> | 2021-03-26 11:05:20 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-03-29 11:12:26 +0800 |
commit | 9ac86bcc0d72cdcecdbf8884a557095bbc3cdc11 (patch) | |
tree | 73ac73651c4921af29a57b468cff42bc92802a1b /src/test/bswap_tests.cpp | |
parent | de4d3ba43705ea313f92f17295005c371a8d0bd0 (diff) |
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.
Diffstat (limited to 'src/test/bswap_tests.cpp')
-rw-r--r-- | src/test/bswap_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/bswap_tests.cpp b/src/test/bswap_tests.cpp index c89cb5488d..2dbca4e8b6 100644 --- a/src/test/bswap_tests.cpp +++ b/src/test/bswap_tests.cpp @@ -11,7 +11,6 @@ BOOST_FIXTURE_TEST_SUITE(bswap_tests, BasicTestingSetup) BOOST_AUTO_TEST_CASE(bswap_tests) { - // Sibling in bitcoin/src/qt/test/compattests.cpp uint16_t u1 = 0x1234; uint32_t u2 = 0x56789abc; uint64_t u3 = 0xdef0123456789abc; |