aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-24 01:08:45 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-24 01:08:45 +0800
commit5bedf3c21f8efdb7d8a68d12616dd1d65cf7efd5 (patch)
tree131c85f70b1b7f5c9e710d6017353a0a1ff8755c
parentb884866962194c4173b6f58bfe509a6f952f0c57 (diff)
parentc9d5ae113a9fed4d107fc197bb82b9ddb16f7877 (diff)
downloaddexon-solidity-5bedf3c21f8efdb7d8a68d12616dd1d65cf7efd5.tar.gz
dexon-solidity-5bedf3c21f8efdb7d8a68d12616dd1d65cf7efd5.tar.zst
dexon-solidity-5bedf3c21f8efdb7d8a68d12616dd1d65cf7efd5.zip
Merge branch 'develop' into mk_jsonrpc
-rw-r--r--vm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm.cpp b/vm.cpp
index 36837eea..2e4571be 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -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");
}
-