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:
@@ -8,5 +8,5 @@ contract test {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (58-62): "sha3" has been deprecated in favour of "keccak256".
|
||||
// TypeError: (101-108): "suicide" has been deprecated in favour of "selfdestruct".
|
||||
// TypeError 3557: (58-62): "sha3" has been deprecated in favour of "keccak256".
|
||||
// TypeError 8050: (101-108): "suicide" has been deprecated in favour of "selfdestruct".
|
||||
|
||||
Reference in New Issue
Block a user