mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adds line numbers to parser errors in isoltest.
This commit is contained in:
@@ -64,6 +64,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string m_source;
|
||||
std::size_t m_lineOffset;
|
||||
std::vector<TestFunctionCall> m_tests;
|
||||
bool m_runWithYul = false;
|
||||
bool m_runWithoutYul = true;
|
||||
|
||||
Reference in New Issue
Block a user