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:
@@ -28,7 +28,7 @@
|
||||
|
||||
struct FuzzerUtil
|
||||
{
|
||||
static void runCompiler(std::string _input, bool _quiet);
|
||||
static void runCompiler(std::string const& _input, bool _quiet);
|
||||
static void testCompiler(std::string const& _input, bool _optimize, bool _quiet);
|
||||
static void testConstantOptimizer(std::string const& _input, bool _quiet);
|
||||
static void testStandardCompiler(std::string const& _input, bool _quiet);
|
||||
|
||||
Reference in New Issue
Block a user