We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c0abd commit 06e434dCopy full SHA for 06e434d
src/test/sanity_tests.cpp
@@ -14,7 +14,7 @@ BOOST_AUTO_TEST_CASE(basic_sanity)
14
{
15
BOOST_CHECK_MESSAGE(glibc_sanity_test() == true, "libc sanity test");
16
BOOST_CHECK_MESSAGE(glibcxx_sanity_test() == true, "stdlib sanity test");
17
- BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "openssl ECC test");
+ BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "secp256k1 sanity test");
18
}
19
20
BOOST_AUTO_TEST_SUITE_END()
0 commit comments