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
@@ -4,6 +4,6 @@ contract C {
}
}
// ----
// DeclarationError 1788: (28-45): The "constant" keyword can only be used for state variables.
// DeclarationError 1788: (28-45): The "constant" keyword can only be used for state variables or variables at file level.
// TypeError 5462: (69-72): Invalid array length, expected integer literal or constant expression.
// TypeError 6651: (64-75): Data location must be "storage", "memory" or "calldata" for variable, but none was given.