diff --git a/test/Common.cpp b/test/Common.cpp index 3af23c782..693d74fc6 100644 --- a/test/Common.cpp +++ b/test/Common.cpp @@ -148,7 +148,7 @@ void CommonOptions::validate() const if (enforceGasTest) { assertThrow( - evmVersion() == langutil::EVMVersion{}, + evmVersion() >= langutil::EVMVersion{}, ConfigException, "Gas costs can only be enforced on latest evm version." );