Update tests.

This commit is contained in:
chriseth
2018-08-14 18:53:06 +02:00
parent 16de7a0493
commit 13905a2094
62 changed files with 179 additions and 113 deletions
@@ -2,4 +2,4 @@ library test {
function f(bytes memory) external;
}
// ----
// TypeError: (30-35): Location has to be calldata or storage for external library functions (remove the "memory" keyword).
// TypeError: (30-35): Data location must be "storage" or "calldata" for parameter in external function, but "memory" was given.