mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove parser error recovery mode
This commit is contained in:
@@ -33,10 +33,6 @@ public:
|
||||
{
|
||||
return std::make_unique<SyntaxTest>(_config.filename, _config.evmVersion);
|
||||
}
|
||||
static std::unique_ptr<TestCase> createErrorRecovery(Config const& _config)
|
||||
{
|
||||
return std::make_unique<SyntaxTest>(_config.filename, _config.evmVersion);
|
||||
}
|
||||
SyntaxTest(std::string const& _filename, langutil::EVMVersion _evmVersion);
|
||||
~SyntaxTest() override {}
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user