mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added error codes to SyntaxTest expectations (updated tests)
This commit is contained in:
@@ -11,9 +11,9 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// DeclarationError: (58-63): Variable not found or variable not lvalue.
|
||||
// DeclarationError: (75-79): Variable not found or variable not lvalue.
|
||||
// DeclarationError: (91-94): Variable not found or variable not lvalue.
|
||||
// DeclarationError: (106-111): Variable not found or variable not lvalue.
|
||||
// TypeError: (123-124): Only local variables can be assigned to in inline assembly.
|
||||
// TypeError: (136-137): Only local variables can be assigned to in inline assembly.
|
||||
// DeclarationError 4634: (58-63): Variable not found or variable not lvalue.
|
||||
// DeclarationError 4634: (75-79): Variable not found or variable not lvalue.
|
||||
// DeclarationError 4634: (91-94): Variable not found or variable not lvalue.
|
||||
// DeclarationError 4634: (106-111): Variable not found or variable not lvalue.
|
||||
// TypeError 1990: (123-124): Only local variables can be assigned to in inline assembly.
|
||||
// TypeError 1990: (136-137): Only local variables can be assigned to in inline assembly.
|
||||
|
||||
Reference in New Issue
Block a user