mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-15 18:08:57 +00:00
test: Remove outdated comment
The serialize related methods were removed in commit 30007fda76aa7ba4e4090f7a16298874a7722926. 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:
parent
80bb7012be
commit
fa364af89b
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user