Added error codes to SyntaxTest expectations (changed code)

This commit is contained in:
a3d4
2020-06-22 16:53:03 +02:00
parent e04cedafc5
commit 1d2ae7d82a
6 changed files with 23 additions and 6 deletions
+1
View File
@@ -66,6 +66,7 @@ void SyntaxTest::parseAndAnalyze()
m_errorList.emplace_back(SyntaxTestError{
error->typeName(),
error->errorId(),
errorMessage(*error),
name,
locationStart,