diff options
author | Gav Wood <i@gavwood.com> | 2014-07-04 03:45:06 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-07-04 03:45:06 +0800 |
commit | 99ee1a6a6200b07b45a5d48894854abbc1fca4ce (patch) | |
tree | 3e324bc3228ce0410f7982a3da9273c3055a9079 /vm.cpp | |
parent | d9340fb74ae8aad00ff2bb5d11b191adeb29d94b (diff) | |
download | dexon-solidity-99ee1a6a6200b07b45a5d48894854abbc1fca4ce.tar dexon-solidity-99ee1a6a6200b07b45a5d48894854abbc1fca4ce.tar.gz dexon-solidity-99ee1a6a6200b07b45a5d48894854abbc1fca4ce.tar.bz2 dexon-solidity-99ee1a6a6200b07b45a5d48894854abbc1fca4ce.tar.lz dexon-solidity-99ee1a6a6200b07b45a5d48894854abbc1fca4ce.tar.xz dexon-solidity-99ee1a6a6200b07b45a5d48894854abbc1fca4ce.tar.zst dexon-solidity-99ee1a6a6200b07b45a5d48894854abbc1fca4ce.zip |
New client API.
Diffstat (limited to 'vm.cpp')
-rw-r--r-- | vm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -468,7 +468,7 @@ void doTests(json_spirit::mValue& v, bool _fillin) BOOST_AUTO_TEST_CASE(vm_tests) { // Populate tests first: - try +/* try { cnote << "Populating VM tests..."; json_spirit::mValue v; @@ -482,7 +482,7 @@ BOOST_AUTO_TEST_CASE(vm_tests) { BOOST_ERROR("Failed VM Test with Exception: " << e.what()); } - +*/ try { cnote << "Testing VM..."; |