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: (64-68): The second argument to "abi.decode" has to be a tuple of types.
|
||||
// TypeError: (93-97): The second argument to "abi.decode" has to be a tuple of types.
|
||||
// TypeError: (122-125): The second argument to "abi.decode" has to be a tuple of types.
|
||||
// TypeError 6444: (64-68): The second argument to "abi.decode" has to be a tuple of types.
|
||||
// TypeError 6444: (93-97): The second argument to "abi.decode" has to be a tuple of types.
|
||||
// TypeError 6444: (122-125): The second argument to "abi.decode" has to be a tuple of types.
|
||||
|
||||
Reference in New Issue
Block a user