diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-01-13 21:22:12 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-01-13 21:22:12 +0800 |
commit | eaf6e8fcfe213ae9f3e1d42810019e8f24a39bdd (patch) | |
tree | 571d383ded60d2aa30179783a2f6f2bb6c099467 /createRandomTest.cpp | |
parent | 09c22efee2d7cd36cbc5cbc26f1d9d351cc31fa6 (diff) | |
download | dexon-solidity-eaf6e8fcfe213ae9f3e1d42810019e8f24a39bdd.tar.gz dexon-solidity-eaf6e8fcfe213ae9f3e1d42810019e8f24a39bdd.tar.zst dexon-solidity-eaf6e8fcfe213ae9f3e1d42810019e8f24a39bdd.zip |
check test with JIT for random test simulations
Diffstat (limited to 'createRandomTest.cpp')
-rw-r--r-- | createRandomTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/createRandomTest.cpp b/createRandomTest.cpp index 1af12f64..b3700fd0 100644 --- a/createRandomTest.cpp +++ b/createRandomTest.cpp @@ -119,6 +119,8 @@ int main(int argc, char *argv[]) void doMyTests(json_spirit::mValue& v) { + eth::VMFactory::setKind(eth::VMKind::Interpreter); + for (auto& i: v.get_obj()) { cnote << i.first; |