Closed vaivaswatha closed 3 years ago
BOOST_REQUIRE aborts the test case, and doesn't print useful checkpoints. Use BOOST_CHECK instead.
BOOST_REQUIRE
BOOST_CHECK
Fixed by https://github.com/Zilliqa/scilla-rtl/commit/b401c35db9a561b784f6a945cb0b871938e472da.
BOOST_REQUIRE
aborts the test case, and doesn't print useful checkpoints. UseBOOST_CHECK
instead.