mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Test both EVM versions.
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#include <test/TestHelper.h>
|
||||
#include <test/RPCSession.h>
|
||||
|
||||
#include <libsolidity/interface/EVMVersion.h>
|
||||
|
||||
#include <libdevcore/FixedHash.h>
|
||||
#include <libdevcore/SHA3.h>
|
||||
|
||||
@@ -227,6 +229,7 @@ protected:
|
||||
bytes data;
|
||||
};
|
||||
|
||||
solidity::EVMVersion m_evmVersion;
|
||||
unsigned m_optimizeRuns = 200;
|
||||
bool m_optimize = false;
|
||||
bool m_showMessages = false;
|
||||
|
||||
Reference in New Issue
Block a user