diff --git a/test/tools/ossfuzz/protoToYul.h b/test/tools/ossfuzz/protoToYul.h index bd278b08c..1823e97b9 100644 --- a/test/tools/ossfuzz/protoToYul.h +++ b/test/tools/ossfuzz/protoToYul.h @@ -291,6 +291,10 @@ private: /// enum of type Program_Version langutil::EVMVersion evmVersionMapping(Program_Version const& _x); + /// Returns an EVMVersion object corresponding to the protobuf + /// enum of type Program_Version + langutil::EVMVersion evmVersionMapping(Program_Version const& _x); + /// Returns a monotonically increasing counter that starts from zero. unsigned counter() {