Update existing tests.

This commit is contained in:
chriseth
2020-10-19 16:58:59 +02:00
parent 33d8b62d06
commit e61fa59593
35 changed files with 147 additions and 118 deletions
@@ -13,7 +13,7 @@ contract C {
return (2, 3);
}
function h(uint x, uint y) public pure returns (uint) {
return x - y;
unchecked { return x - y; }
}
function i(bool b) public pure returns (bool) {
return !b;
@@ -28,6 +28,8 @@ contract C {
return a * 7;
}
}
// ====
// compileViaYul: also
// ----
// d() ->
// e(), 1 wei -> 1