mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Introduce callback context in libsolc
This commit is contained in:
@@ -42,7 +42,7 @@ void FuzzerUtil::runCompiler(string const& _input, bool _quiet)
|
||||
{
|
||||
if (!_quiet)
|
||||
cout << "Input JSON: " << _input << endl;
|
||||
string outputString(solidity_compile(_input.c_str(), nullptr));
|
||||
string outputString(solidity_compile(_input.c_str(), nullptr, nullptr));
|
||||
if (!_quiet)
|
||||
cout << "Output JSON: " << outputString << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user