diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 21:11:32 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 21:11:32 +0800 |
commit | a50e16628a129d1c213e5d4dd45d208723c7f9df (patch) | |
tree | b484100d34d842b529290ebbf7214c68ae4790ef | |
parent | dc81b942d8e3463d9bd62edef5aa7909c81cf880 (diff) | |
parent | d865275202fbd141c55056c6f525f9ecf9b2e507 (diff) | |
download | dexon-solidity-a50e16628a129d1c213e5d4dd45d208723c7f9df.tar dexon-solidity-a50e16628a129d1c213e5d4dd45d208723c7f9df.tar.gz dexon-solidity-a50e16628a129d1c213e5d4dd45d208723c7f9df.tar.bz2 dexon-solidity-a50e16628a129d1c213e5d4dd45d208723c7f9df.tar.lz dexon-solidity-a50e16628a129d1c213e5d4dd45d208723c7f9df.tar.xz dexon-solidity-a50e16628a129d1c213e5d4dd45d208723c7f9df.tar.zst dexon-solidity-a50e16628a129d1c213e5d4dd45d208723c7f9df.zip |
Merge branch 'bugfix' into newTests
-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"); } - |