From beb4b1d5636ae60fa2c2d891787a5652123a4394 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 7 Jul 2020 10:17:58 +0100 Subject: [PATCH] Fix tests on breaking --- .../syntaxTests/inlineAssembly/evm_istanbul_on_petersburg.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libsolidity/syntaxTests/inlineAssembly/evm_istanbul_on_petersburg.sol b/test/libsolidity/syntaxTests/inlineAssembly/evm_istanbul_on_petersburg.sol index 66095a021..9937fc465 100644 --- a/test/libsolidity/syntaxTests/inlineAssembly/evm_istanbul_on_petersburg.sol +++ b/test/libsolidity/syntaxTests/inlineAssembly/evm_istanbul_on_petersburg.sol @@ -15,5 +15,5 @@ contract C { // ---- // TypeError 1561: (101-108): The "chainid" instruction is only available for Istanbul-compatible VMs (you are currently compiling for "petersburg"). // DeclarationError 8678: (95-110): Variable count does not match number of values (1 vs. 0) -// TypeError 3672: (215-226): The "selfbalance" instruction is only available for Istanbul-compatible VMs (you are currently compiling for "petersburg"). +// TypeError 7721: (215-226): The "selfbalance" instruction is only available for Istanbul-compatible VMs (you are currently compiling for "petersburg"). // DeclarationError 8678: (209-228): Variable count does not match number of values (1 vs. 0)