mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add emit keyword to compilation tests.
This commit is contained in:
@@ -23,6 +23,6 @@ contract Factory {
|
||||
{
|
||||
isInstantiation[instantiation] = true;
|
||||
instantiations[msg.sender].push(instantiation);
|
||||
ContractInstantiation(msg.sender, instantiation);
|
||||
emit ContractInstantiation(msg.sender, instantiation);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user