Update tests.

This commit is contained in:
chriseth
2020-07-20 15:40:58 +02:00
parent 53bc0ff18e
commit 0a25370eeb
29 changed files with 59 additions and 3 deletions
@@ -7,6 +7,8 @@ import "A";
contract B is A {
function f(uint256 x) public view returns(uint256) { return x; }
}
// ====
// compileViaYul: also
// ----
// f(uint256): 1337 -> 1337
// g(uint256): 1337 -> 1338