mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[test] Add location string to error messages.
This commit is contained in:
@@ -65,6 +65,7 @@ void SyntaxTest::parseAndAnalyze()
|
||||
error->errorId(),
|
||||
errorMessage(*error),
|
||||
name,
|
||||
locationString(name, locationStart, locationEnd),
|
||||
locationStart,
|
||||
locationEnd
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user