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,6 +7,6 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (33-37): Type contract C is not implicitly convertible to expected type bool.
|
||||
// TypeError: (33-37): Initial value for constant variable has to be compile-time constant.
|
||||
// TypeError: (95-96): Only direct number constants and references to such constants are supported by inline assembly.
|
||||
// TypeError 7407: (33-37): Type contract C is not implicitly convertible to expected type bool.
|
||||
// TypeError 8349: (33-37): Initial value for constant variable has to be compile-time constant.
|
||||
// TypeError 7615: (95-96): Only direct number constants and references to such constants are supported by inline assembly.
|
||||
|
||||
Reference in New Issue
Block a user