Cleanup test suite output to be more useful.

This commit is contained in:
Matt Corallo
2011-08-02 17:34:23 +02:00
committed by Gavin Andresen
parent 3c8cecda1f
commit 2c3691d53d
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
BOOST_AUTO_TEST_SUITE(uint256_tests)
BOOST_AUTO_TEST_CASE(equality)
BOOST_AUTO_TEST_CASE(uint256_equality)
{
uint256 num1 = 10;
uint256 num2 = 11;