From 48498f55425c7aa1f8104dbec24da5941ce635ec Mon Sep 17 00:00:00 2001 From: hrkrshnn Date: Tue, 5 Oct 2021 19:15:32 +0200 Subject: [PATCH] Added back Yul tests that were fixed by Solidity --- nix/hevm-tests/yul-equivalence.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nix/hevm-tests/yul-equivalence.nix b/nix/hevm-tests/yul-equivalence.nix index 33d047c1f..b53b67ce3 100644 --- a/nix/hevm-tests/yul-equivalence.nix +++ b/nix/hevm-tests/yul-equivalence.nix @@ -132,14 +132,6 @@ let "redundantAssignEliminator/for_continue_3.yul" "controlFlowSimplifier/terminating_for_revert.yul" - # --- invalid test --- - # https://github.com/ethereum/solidity/issues/9500 - - "commonSubexpressionEliminator/object_access.yul" - "expressionSplitter/object_access.yul" - "fullSuite/stack_compressor_msize.yul" - "varNameCleaner/function_names.yul" - # --- stack too deep --- "fullSuite/abi2.yul"