We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a11836 + cb4899a commit 2462dfaCopy full SHA for 2462dfa
test/libsolidity/SMTCheckerTest.cpp
@@ -136,6 +136,10 @@ SMTCheckerTest::SMTCheckerTest(std::string const& _filename):
136
137
auto const& bmcLoopIterations = m_reader.sizetSetting("BMCLoopIterations", 1);
138
m_modelCheckerSettings.bmcLoopIterations = std::optional<unsigned>{bmcLoopIterations};
139
+
140
+ // TODO: Enable EOF testing when EOF gets stable and smtCheckerTest starts using IR.
141
+ if (CommonOptions::get().eofVersion().has_value())
142
+ m_shouldRun = false;
143
}
144
145
void SMTCheckerTest::setupCompiler(CompilerStack& _compiler)
0 commit comments