From f5ead2e93a70af27791591f39b559a921302f96d Mon Sep 17 00:00:00 2001 From: subtly Date: Sat, 20 Jun 2015 07:35:04 -0400 Subject: [PATCH] Windows compile complaint. --- test/libp2p/rlpx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/libp2p/rlpx.cpp b/test/libp2p/rlpx.cpp index b1095f1bb..f2c602554 100644 --- a/test/libp2p/rlpx.cpp +++ b/test/libp2p/rlpx.cpp @@ -496,7 +496,9 @@ BOOST_AUTO_TEST_CASE(readerWriter) // we should now have a bunch of ciphertext in encframes BOOST_REQUIRE(encframes.size() == drains); for (auto const& c: encframes) + { BOOST_REQUIRE(c.size() == RLPXFrameWriter::MinFrameDequeLength); + } // read and assemble dequed encframes vector packets;