mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Camelcasing enums in Types.h
This commit is contained in:
parent
8ab9e1b32b
commit
08e38cfa49
@ -477,7 +477,7 @@ BOOST_AUTO_TEST_CASE(blockhash)
|
|||||||
" }\n"
|
" }\n"
|
||||||
"}\n";
|
"}\n";
|
||||||
bytes code = compileFirstExpression(sourceCode, {}, {},
|
bytes code = compileFirstExpression(sourceCode, {}, {},
|
||||||
{make_shared<MagicVariableDeclaration>("block", make_shared<MagicType>(MagicType::Kind::BLOCK))});
|
{make_shared<MagicVariableDeclaration>("block", make_shared<MagicType>(MagicType::Kind::Block))});
|
||||||
|
|
||||||
bytes expectation({byte(eth::Instruction::PUSH1), 0x03,
|
bytes expectation({byte(eth::Instruction::PUSH1), 0x03,
|
||||||
byte(eth::Instruction::BLOCKHASH)});
|
byte(eth::Instruction::BLOCKHASH)});
|
||||||
|
Loading…
Reference in New Issue
Block a user