mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- renamed AST to ast and ABI to abi
- style fixes
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
ETH_TEST_REQUIRE_NO_THROW(m_compiler.compile(), "Compiling contract failed");
|
||||
|
||||
AssemblyItems const* items = m_compiler.runtimeAssemblyItems("");
|
||||
ASTNode const& sourceUnit = m_compiler.AST();
|
||||
ASTNode const& sourceUnit = m_compiler.ast();
|
||||
BOOST_REQUIRE(items != nullptr);
|
||||
m_gasCosts = GasEstimator::breakToStatementLevel(
|
||||
GasEstimator::structuralEstimation(*items, vector<ASTNode const*>({&sourceUnit})),
|
||||
|
||||
Reference in New Issue
Block a user