Zilliqa / scilla-rtl

Execute Scilla code compiled by the Scilla -> LLVM compiler.
GNU General Public License v3.0
8 stars 3 forks source link

Do not always use `BOOST_REQUIRE` in the testsuite. #37

Closed vaivaswatha closed 3 years ago

vaivaswatha commented 3 years ago

BOOST_REQUIRE aborts the test case, and doesn't print useful checkpoints. Use BOOST_CHECK instead.

vaivaswatha commented 3 years ago

Fixed by https://github.com/Zilliqa/scilla-rtl/commit/b401c35db9a561b784f6a945cb0b871938e472da.