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,5 +7,7 @@ contract C {
return (s.children.length, s.a, s.children[0].b, s.children[1].b);
}
}
// ====
// compileViaYul: also
// ----
// f((uint256,(uint256)[])): 32, 17, 64, 2, 23, 42 -> 2, 17, 23, 42