mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add documentation and/or comments.
Co-authored-by: Leonardo <leo@ethereum.org>
This commit is contained in:
co-authored by
Leonardo
parent
d7e3d3f75f
commit
f5e0faaa37
@@ -46,11 +46,9 @@ string GeneratorBase::visitChildren()
|
||||
|
||||
void TestCaseGenerator::setup()
|
||||
{
|
||||
addGenerators(
|
||||
{
|
||||
mutator->generator<SourceUnitGenerator>()
|
||||
}
|
||||
);
|
||||
addGenerators({
|
||||
mutator->generator<SourceUnitGenerator>()
|
||||
});
|
||||
}
|
||||
|
||||
string TestCaseGenerator::visit()
|
||||
@@ -73,11 +71,9 @@ string TestCaseGenerator::visit()
|
||||
|
||||
void SourceUnitGenerator::setup()
|
||||
{
|
||||
addGenerators(
|
||||
{
|
||||
mutator->generator<PragmaGenerator>(),
|
||||
}
|
||||
);
|
||||
addGenerators({
|
||||
mutator->generator<PragmaGenerator>(),
|
||||
});
|
||||
}
|
||||
|
||||
string SourceUnitGenerator::visit()
|
||||
|
||||
Reference in New Issue
Block a user