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

Method setupCompiler

test/libsolidity/SMTCheckerTest.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void SMTCheckerTest::setupCompiler(CompilerStack& _compiler)
159{
160 SyntaxTest::setupCompiler(_compiler);
161
162 _compiler.setModelCheckerSettings(m_modelCheckerSettings);
163}
164
165void SMTCheckerTest::filterObtainedErrors()
166{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected