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:
@@ -6,6 +6,6 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (60-76): This type cannot be encoded.
|
||||
// TypeError: (92-106): This type cannot be encoded.
|
||||
// TypeError: (122-146): This type cannot be encoded.
|
||||
// TypeError 2056: (60-76): This type cannot be encoded.
|
||||
// TypeError 2056: (92-106): This type cannot be encoded.
|
||||
// TypeError 2056: (122-146): This type cannot be encoded.
|
||||
|
||||
Reference in New Issue
Block a user