mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update compilation tests.
This commit is contained in:
@@ -10,7 +10,7 @@ contract Factory {
|
||||
/// @return Returns number of instantiations by creator.
|
||||
function getInstantiationCount(address creator)
|
||||
public
|
||||
constant
|
||||
view
|
||||
returns (uint)
|
||||
{
|
||||
return instantiations[creator].length;
|
||||
|
||||
Reference in New Issue
Block a user