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