mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removed redundant std.
This commit is contained in:
parent
964bcd6b85
commit
fbc331bd35
@ -71,7 +71,7 @@ public:
|
|||||||
|
|
||||||
/// Compares the gas computed by PathGasMeter for the given signature (but unknown arguments)
|
/// Compares the gas computed by PathGasMeter for the given signature (but unknown arguments)
|
||||||
/// against the actual gas usage computed by the VM on the given set of argument variants.
|
/// against the actual gas usage computed by the VM on the given set of argument variants.
|
||||||
void testRunTimeGas(std::string const& _sig, vector<bytes> _argumentVariants)
|
void testRunTimeGas(string const& _sig, vector<bytes> _argumentVariants)
|
||||||
{
|
{
|
||||||
u256 gasUsed = 0;
|
u256 gasUsed = 0;
|
||||||
FixedHash<4> hash(dev::sha3(_sig));
|
FixedHash<4> hash(dev::sha3(_sig));
|
||||||
|
Loading…
Reference in New Issue
Block a user