mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Pass by reference in fuzzer
This commit is contained in:
@@ -22,7 +22,7 @@ using namespace std;
|
||||
using namespace dev;
|
||||
using namespace dev::eth;
|
||||
|
||||
void FuzzerUtil::runCompiler(string _input, bool _quiet)
|
||||
void FuzzerUtil::runCompiler(string const& _input, bool _quiet)
|
||||
{
|
||||
if (!_quiet)
|
||||
cout << "Input JSON: " << _input << endl;
|
||||
|
||||
Reference in New Issue
Block a user