diff options
author | chriseth <chris@ethereum.org> | 2018-05-15 18:53:23 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-05-16 15:48:03 +0800 |
commit | 203475ef020d8bf0c0334e51580dc798185b2359 (patch) | |
tree | 046c024b983ff642003157a25dccba84b503845c /test/libsolidity/syntaxTests/deprecated_functions_050.sol | |
parent | 894122c508c4de07553c7e2908ae36821e812a9f (diff) | |
download | dexon-solidity-203475ef020d8bf0c0334e51580dc798185b2359.tar dexon-solidity-203475ef020d8bf0c0334e51580dc798185b2359.tar.gz dexon-solidity-203475ef020d8bf0c0334e51580dc798185b2359.tar.bz2 dexon-solidity-203475ef020d8bf0c0334e51580dc798185b2359.tar.lz dexon-solidity-203475ef020d8bf0c0334e51580dc798185b2359.tar.xz dexon-solidity-203475ef020d8bf0c0334e51580dc798185b2359.tar.zst dexon-solidity-203475ef020d8bf0c0334e51580dc798185b2359.zip |
Adjust tests.
Diffstat (limited to 'test/libsolidity/syntaxTests/deprecated_functions_050.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/deprecated_functions_050.sol | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/syntaxTests/deprecated_functions_050.sol b/test/libsolidity/syntaxTests/deprecated_functions_050.sol index 7e36543b..92973c5f 100644 --- a/test/libsolidity/syntaxTests/deprecated_functions_050.sol +++ b/test/libsolidity/syntaxTests/deprecated_functions_050.sol @@ -10,4 +10,5 @@ contract test { } // ---- // TypeError: (88-102): "sha3" has been deprecated in favour of "keccak256" +// TypeError: (88-102): This function only accepts a single "bytes" argument. Please use "abi.encodePacked(...)" or a similar function to encode the data. The provided argument of type uint8 is not implicitly convertible to expected type bytes memory. // TypeError: (137-147): "suicide" has been deprecated in favour of "selfdestruct" |