Adds line numbers to parser errors in isoltest.

This commit is contained in:
Erik Kundt
2019-07-15 14:16:07 +02:00
parent 579bdaddb9
commit 2a1473fd30
7 changed files with 60 additions and 25 deletions
+1
View File
@@ -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;