mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Throw exception to allow fuzzer to report which file it failed on.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
/**
|
||||
* Functions to be used for fuzz-testing of various components.
|
||||
* They throw exceptions or error.
|
||||
*/
|
||||
struct FuzzerUtil
|
||||
{
|
||||
static void runCompiler(std::string const& _input, bool _quiet);
|
||||
|
||||
Reference in New Issue
Block a user