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

Method ControlFlowGraphTest

test/libyul/ControlFlowGraphTest.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

stringSettingMethod · 0.80
simpleExpectationsMethod · 0.80

Tested by

no test coverage detected