Support EVM Version rules for extracted tests.

This commit is contained in:
Daniel Kirchner
2019-03-15 17:23:20 +01:00
parent 48f0d41cc5
commit 4a28e1eb43
19 changed files with 154 additions and 60 deletions
-4
View File
@@ -37,13 +37,9 @@ struct Options: CommonOptions
bool showMessages = false;
bool useABIEncoderV2 = false;
langutil::EVMVersion evmVersion() const;
static Options const& get();
private:
std::string evmVersionString;
Options();
};