mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adapt namespace of proto mutator
This commit is contained in:
parent
98ce79dd0c
commit
629a10a9be
@ -5,7 +5,7 @@
|
||||
|
||||
#define DEBUG
|
||||
|
||||
using namespace yul::test::yul_fuzzer;
|
||||
using namespace solidity::yul::test::yul_fuzzer;
|
||||
|
||||
/// Invert condition of an if statement
|
||||
static YulProtoMutator invertIfCondition(
|
||||
@ -1452,4 +1452,4 @@ UnaryOp* YulProtoMutator::loadExpression(unsigned _seed)
|
||||
break;
|
||||
}
|
||||
return unop;
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,11 +4,7 @@
|
||||
|
||||
#include <src/libfuzzer/libfuzzer_macro.h>
|
||||
|
||||
namespace yul
|
||||
{
|
||||
namespace test
|
||||
{
|
||||
namespace yul_fuzzer
|
||||
namespace solidity::yul::test::yul_fuzzer
|
||||
{
|
||||
struct YulProtoMutator
|
||||
{
|
||||
@ -92,5 +88,3 @@ struct YulProtoMutator
|
||||
static constexpr unsigned s_normalizedBlockIP = 7;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user