Added error codes to SyntaxTest expectations (updated tests)

This commit is contained in:
a3d4
2020-06-22 16:51:47 +02:00
parent 8ebe7676d5
commit e04cedafc5
1775 changed files with 3951 additions and 3952 deletions
@@ -6,6 +6,6 @@ contract C {
}
}
// ----
// TypeError: (52-74): Different number of components on the left hand side (2) than on the right hand side (0).
// TypeError: (84-98): Different number of components on the left hand side (1) than on the right hand side (0).
// TypeError: (108-120): Different number of components on the left hand side (1) than on the right hand side (0).
// TypeError 7364: (52-74): Different number of components on the left hand side (2) than on the right hand side (0).
// TypeError 7364: (84-98): Different number of components on the left hand side (1) than on the right hand side (0).
// TypeError 7364: (108-120): Different number of components on the left hand side (1) than on the right hand side (0).