mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added error codes to SyntaxTest expectations (updated tests)
This commit is contained in:
@@ -13,12 +13,12 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (53-72): Different number of components on the left hand side (2) than on the right hand side (3).
|
||||
// TypeError: (82-101): Different number of components on the left hand side (2) than on the right hand side (3).
|
||||
// TypeError: (111-135): Different number of components on the left hand side (3) than on the right hand side (5).
|
||||
// TypeError: (145-174): Different number of components on the left hand side (3) than on the right hand side (4).
|
||||
// TypeError: (184-213): Different number of components on the left hand side (3) than on the right hand side (4).
|
||||
// TypeError: (223-251): Different number of components on the left hand side (4) than on the right hand side (3).
|
||||
// TypeError: (261-274): Different number of components on the left hand side (2) than on the right hand side (1).
|
||||
// TypeError: (284-297): Different number of components on the left hand side (2) than on the right hand side (1).
|
||||
// TypeError: (307-321): Different number of components on the left hand side (3) than on the right hand side (1).
|
||||
// TypeError 7364: (53-72): Different number of components on the left hand side (2) than on the right hand side (3).
|
||||
// TypeError 7364: (82-101): Different number of components on the left hand side (2) than on the right hand side (3).
|
||||
// TypeError 7364: (111-135): Different number of components on the left hand side (3) than on the right hand side (5).
|
||||
// TypeError 7364: (145-174): Different number of components on the left hand side (3) than on the right hand side (4).
|
||||
// TypeError 7364: (184-213): Different number of components on the left hand side (3) than on the right hand side (4).
|
||||
// TypeError 7364: (223-251): Different number of components on the left hand side (4) than on the right hand side (3).
|
||||
// TypeError 7364: (261-274): Different number of components on the left hand side (2) than on the right hand side (1).
|
||||
// TypeError 7364: (284-297): Different number of components on the left hand side (2) than on the right hand side (1).
|
||||
// TypeError 7364: (307-321): Different number of components on the left hand side (3) than on the right hand side (1).
|
||||
|
||||
Reference in New Issue
Block a user