mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
merge bitcoin#18825: fix message for ECC_InitSanityCheck test
This commit is contained in:
parent
2314ba4c99
commit
1a6c26154b
@ -14,7 +14,7 @@ BOOST_AUTO_TEST_CASE(basic_sanity)
|
|||||||
{
|
{
|
||||||
BOOST_CHECK_MESSAGE(glibc_sanity_test() == true, "libc sanity test");
|
BOOST_CHECK_MESSAGE(glibc_sanity_test() == true, "libc sanity test");
|
||||||
BOOST_CHECK_MESSAGE(glibcxx_sanity_test() == true, "stdlib sanity test");
|
BOOST_CHECK_MESSAGE(glibcxx_sanity_test() == true, "stdlib sanity test");
|
||||||
BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "openssl ECC test");
|
BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "secp256k1 sanity test");
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE_END()
|
BOOST_AUTO_TEST_SUITE_END()
|
||||||
|
Loading…
Reference in New Issue
Block a user