diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-06 16:37:50 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-06 16:37:50 +0800 |
commit | 988ca7b6fcaf12c988f9ec489b9037efdc1fb4d4 (patch) | |
tree | 8f47377b2e75bcc5e3a296c31684880827206ff7 /TestHelper.cpp | |
parent | 4b9dcd95ce5a33440de5014896bfeb99f6436c76 (diff) | |
download | dexon-solidity-988ca7b6fcaf12c988f9ec489b9037efdc1fb4d4.tar dexon-solidity-988ca7b6fcaf12c988f9ec489b9037efdc1fb4d4.tar.gz dexon-solidity-988ca7b6fcaf12c988f9ec489b9037efdc1fb4d4.tar.bz2 dexon-solidity-988ca7b6fcaf12c988f9ec489b9037efdc1fb4d4.tar.lz dexon-solidity-988ca7b6fcaf12c988f9ec489b9037efdc1fb4d4.tar.xz dexon-solidity-988ca7b6fcaf12c988f9ec489b9037efdc1fb4d4.tar.zst dexon-solidity-988ca7b6fcaf12c988f9ec489b9037efdc1fb4d4.zip |
update SIGNEXTEND tests
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index ca46c2ca..b9c3223d 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -27,7 +27,7 @@ #include <libethereum/Client.h> #include <liblll/Compiler.h> -//#define FILL_TESTS +#define FILL_TESTS using namespace std; using namespace dev::eth; |