MCPcopy Create free account
hub / github.com/argotorg/solidity / StackLayoutGeneratorTest

Method StackLayoutGeneratorTest

test/libyul/StackLayoutGeneratorTest.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53using namespace solidity::frontend::test;
54
55StackLayoutGeneratorTest::StackLayoutGeneratorTest(std::string const& _filename):
56 EVMVersionRestrictedTestCase(_filename)
57{
58 m_source = m_reader.source();
59 auto dialectName = m_reader.stringSetting("dialect", "evm");
60 soltestAssert(dialectName == "evm"); // We only have one dialect now
61 m_expectation = m_reader.simpleExpectations();
62}
63
64namespace
65{

Callers

nothing calls this directly

Calls 2

stringSettingMethod · 0.80
simpleExpectationsMethod · 0.80

Tested by

no test coverage detected