diff options
author | subtly <subtly@users.noreply.github.com> | 2014-10-24 01:07:19 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2014-10-24 01:07:19 +0800 |
commit | 5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4 (patch) | |
tree | 5db0a56655df17e8511ec78c448ffc111efba77c | |
parent | ee062e564b4cac38a14d755abcde1c68b3ad8b53 (diff) | |
parent | c9d5ae113a9fed4d107fc197bb82b9ddb16f7877 (diff) | |
download | dexon-solidity-5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4.tar dexon-solidity-5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4.tar.gz dexon-solidity-5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4.tar.bz2 dexon-solidity-5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4.tar.lz dexon-solidity-5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4.tar.xz dexon-solidity-5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4.tar.zst dexon-solidity-5d74c0edb932e43ce8f8f81a1983a0ebfcf641f4.zip |
Merge branch 'develop' into crypto
-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"); } - |