diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-10-17 22:07:53 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-10-17 22:07:53 +0800 |
commit | 29ad070d07a474f9115cc09ea43b559ebdcd8eb8 (patch) | |
tree | 7bb026060cb15c9097be72a1de65e5478128285b /vm.cpp | |
parent | 0b3264de22a5eb390d4389e85d362d4db8f6e11e (diff) | |
download | dexon-solidity-29ad070d07a474f9115cc09ea43b559ebdcd8eb8.tar dexon-solidity-29ad070d07a474f9115cc09ea43b559ebdcd8eb8.tar.gz dexon-solidity-29ad070d07a474f9115cc09ea43b559ebdcd8eb8.tar.bz2 dexon-solidity-29ad070d07a474f9115cc09ea43b559ebdcd8eb8.tar.lz dexon-solidity-29ad070d07a474f9115cc09ea43b559ebdcd8eb8.tar.xz dexon-solidity-29ad070d07a474f9115cc09ea43b559ebdcd8eb8.tar.zst dexon-solidity-29ad070d07a474f9115cc09ea43b559ebdcd8eb8.zip |
Disable test filling
Diffstat (limited to 'vm.cpp')
-rw-r--r-- | vm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <libdevcore/CommonIO.h> #include <libevmjit/VM.h> -#define FILL_TESTS +//#define FILL_TESTS using namespace std; using namespace json_spirit; |