From 0d9a046017570bf5591e5838f226ae9a60538fd2 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Tue, 6 Apr 2021 17:32:20 +0200 Subject: [PATCH] Update gas costs. --- .../semanticTests/array/function_array_cross_calls.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libsolidity/semanticTests/array/function_array_cross_calls.sol b/test/libsolidity/semanticTests/array/function_array_cross_calls.sol index bd01bb886..2773b49f0 100644 --- a/test/libsolidity/semanticTests/array/function_array_cross_calls.sol +++ b/test/libsolidity/semanticTests/array/function_array_cross_calls.sol @@ -45,6 +45,6 @@ contract C { // compileViaYul: also // ---- // test() -> 5, 6, 7 -// gas irOptimized: 345955 +// gas irOptimized: 345929 // gas legacy: 508437 // gas legacyOptimized: 309013