Test updates.

This commit is contained in:
chriseth
2020-05-26 10:51:13 +02:00
parent 99194b1450
commit fb40a8abb8
39 changed files with 67 additions and 68 deletions
@@ -2,4 +2,3 @@ library test {
function f(bytes memory) external {}
}
// ----
// TypeError: (30-42): Data location must be "storage" or "calldata" for parameter in external function, but "memory" was given.