New client API.

This commit is contained in:
Gav Wood 2014-07-03 21:45:06 +02:00
parent d9340fb74a
commit 99ee1a6a62

4
vm.cpp
View File

@ -468,7 +468,7 @@ void doTests(json_spirit::mValue& v, bool _fillin)
BOOST_AUTO_TEST_CASE(vm_tests) BOOST_AUTO_TEST_CASE(vm_tests)
{ {
// Populate tests first: // Populate tests first:
try /* try
{ {
cnote << "Populating VM tests..."; cnote << "Populating VM tests...";
json_spirit::mValue v; json_spirit::mValue v;
@ -482,7 +482,7 @@ BOOST_AUTO_TEST_CASE(vm_tests)
{ {
BOOST_ERROR("Failed VM Test with Exception: " << e.what()); BOOST_ERROR("Failed VM Test with Exception: " << e.what());
} }
*/
try try
{ {
cnote << "Testing VM..."; cnote << "Testing VM...";