diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-10-24 01:08:45 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-10-24 01:08:45 +0800 |
commit | 5bedf3c21f8efdb7d8a68d12616dd1d65cf7efd5 (patch) | |
tree | 131c85f70b1b7f5c9e710d6017353a0a1ff8755c | |
parent | b884866962194c4173b6f58bfe509a6f952f0c57 (diff) | |
parent | c9d5ae113a9fed4d107fc197bb82b9ddb16f7877 (diff) | |
download | dexon-solidity-5bedf3c21f8efdb7d8a68d12616dd1d65cf7efd5.tar.gz dexon-solidity-5bedf3c21f8efdb7d8a68d12616dd1d65cf7efd5.tar.zst dexon-solidity-5bedf3c21f8efdb7d8a68d12616dd1d65cf7efd5.zip |
Merge branch 'develop' into mk_jsonrpc
-rw-r--r-- | vm.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,7 +24,7 @@ #include <libdevcore/CommonIO.h> #include <boost/filesystem/path.hpp> -#define FILL_TESTS +//#define FILL_TESTS using namespace std; using namespace json_spirit; @@ -751,4 +751,3 @@ BOOST_AUTO_TEST_CASE(vmSystemOperationsTest) { dev::test::executeTests("vmSystemOperationsTest"); } - |