mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-11 16:15:34 +01:00
test: Remove outdated comment
The serialize related methods were removed in commit
30007fda76.
If someone wants to see the tested methods, they can just read the test
itself, instead of relying on the wrong comment.
This commit is contained in:
@@ -368,7 +368,7 @@ static bool almostEqual(double d1, double d2)
|
||||
return fabs(d1-d2) <= 4*fabs(d1)*std::numeric_limits<double>::epsilon();
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(methods) // GetHex operator= size() GetLow64 GetSerializeSize, Serialize, Unserialize
|
||||
BOOST_AUTO_TEST_CASE(methods)
|
||||
{
|
||||
BOOST_CHECK(R1L.GetHex() == R1L.ToString());
|
||||
BOOST_CHECK(R2L.GetHex() == R2L.ToString());
|
||||
|
||||
Reference in New Issue
Block a user