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:
+1
-1
@@ -3,4 +3,4 @@ contract B {
|
||||
modifier mod(uint a) { if (a > 0) _; }
|
||||
}
|
||||
// ----
|
||||
// DeclarationError: (34-35): Undeclared identifier.
|
||||
// DeclarationError 7576: (34-35): Undeclared identifier.
|
||||
|
||||
Reference in New Issue
Block a user