Update existing tests.

This commit is contained in:
chriseth
2020-10-08 18:56:17 +02:00
parent b2be8e1c0f
commit b2f1d558da
10 changed files with 12 additions and 10 deletions
@@ -2,4 +2,4 @@ contract Foo {
function f(uint[] storage constant x, uint[] memory y) internal { }
}
// ----
// DeclarationError 1788: (30-55): The "constant" keyword can only be used for state variables.
// DeclarationError 1788: (30-55): The "constant" keyword can only be used for state variables or variables at file level.