Merge pull request #7737 from ethereum/fix-tests-060

Fix syntax tests on 060
This commit is contained in:
chriseth 2019-11-19 12:57:22 +01:00 committed by GitHub
commit 2246eaf488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,7 @@ contract C {
// ==== // ====
// EVMVersion: =petersburg // EVMVersion: =petersburg
// ---- // ----
// TypeError: (101-110): The "chainid" instruction is only available for Istanbul-compatible VMs (you are currently compiling for "petersburg"). // DeclarationError: (101-108): Function not found.
// TypeError: (215-228): The "selfbalance" instruction is only available for Istanbul-compatible VMs (you are currently compiling for "petersburg"). // 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)