Introduced TestCase::shouldRun().

This commit is contained in:
a3d4
2020-03-09 15:52:20 +01:00
parent b7c001eb7f
commit 29b770c434
10 changed files with 48 additions and 53 deletions
-2
View File
@@ -44,8 +44,6 @@ public:
explicit SemanticTest(std::string const& _filename, langutil::EVMVersion _evmVersion);
bool validateSettings(langutil::EVMVersion _evmVersion) override;
TestResult run(std::ostream& _stream, std::string const& _linePrefix = "", bool _formatted = false) override;
void printSource(std::ostream &_stream, std::string const& _linePrefix = "", bool _formatted = false) const override;
void printUpdatedExpectations(std::ostream& _stream, std::string const& _linePrefix = "") const override;