mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add corpus based multi source fuzzer
Co-authored-by: Leonardo <leo@ethereum.org>
This commit is contained in:
co-authored by
Leonardo
parent
eab999f753
commit
4067bab7dd
@@ -42,6 +42,7 @@ class TestCaseReader
|
||||
public:
|
||||
TestCaseReader() = default;
|
||||
explicit TestCaseReader(std::string const& _filename);
|
||||
explicit TestCaseReader(std::istringstream const& _testCode);
|
||||
|
||||
SourceMap const& sources() const { return m_sources; }
|
||||
std::string const& source() const;
|
||||
|
||||
Reference in New Issue
Block a user