Adjust tests.

This commit is contained in:
chriseth
2018-05-16 09:48:03 +02:00
parent 894122c508
commit 203475ef02
11 changed files with 28 additions and 10 deletions
@@ -1,6 +1,6 @@
contract test {
function f() pure public {
bytes32 x = sha3(uint8(1));
bytes32 x = sha3();
x;
}
function g() public {
@@ -8,5 +8,5 @@ contract test {
}
}
// ----
// Warning: (58-72): "sha3" has been deprecated in favour of "keccak256"
// Warning: (107-117): "suicide" has been deprecated in favour of "selfdestruct"
// Warning: (58-64): "sha3" has been deprecated in favour of "keccak256"
// Warning: (99-109): "suicide" has been deprecated in favour of "selfdestruct"