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:
@@ -7,5 +7,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (17-32): Uninitialized "constant" variable.
|
||||
// TypeError: (106-107): Constant has no value.
|
||||
// TypeError 4266: (17-32): Uninitialized "constant" variable.
|
||||
// TypeError 3224: (106-107): Constant has no value.
|
||||
|
||||
Reference in New Issue
Block a user