mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove out of date TODOs
This commit is contained in:
@@ -60,7 +60,6 @@ function geq(Int x, Int) pure returns (bool) {
|
||||
return uw(x) >= 10;
|
||||
}
|
||||
|
||||
// TODO test that side-effects are executed properly.
|
||||
contract C {
|
||||
function test_bitor() public pure returns (Int) { return w(1) | w(2); }
|
||||
function test_bitand() public pure returns (Int) { return w(1) | w(2); }
|
||||
|
||||
Reference in New Issue
Block a user