mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adjusts syntax and semantic tests to 0.6.0
This commit is contained in:
parent
234513d0a4
commit
8faa6ffeaf
@ -13,5 +13,7 @@ contract C {
|
||||
// ====
|
||||
// EVMVersion: =petersburg
|
||||
// ----
|
||||
// TypeError: (101-110): The "chainid" instruction is only available for Istanbul-compatible VMs (you are currently compiling for "petersburg").
|
||||
// TypeError: (215-228): The "selfbalance" instruction is only available for Istanbul-compatible VMs (you are currently compiling for "petersburg").
|
||||
// DeclarationError: (101-108): Function not found.
|
||||
// DeclarationError: (95-110): Variable count does not match number of values (1 vs. 0)
|
||||
// DeclarationError: (215-226): Function not found.
|
||||
// DeclarationError: (209-228): Variable count does not match number of values (1 vs. 0)
|
||||
|
Loading…
Reference in New Issue
Block a user