pull/1880/head
webthethird 2 years ago
parent e8a8081482
commit b1d6177f1d
  1. 2
      tests/unit/slithir/test_implicit_returns.py

@ -148,7 +148,7 @@ def test_nested_ifs_with_loop_compact(slither_from_source) -> None:
assert node_implicit.irs[0].values[0] == f.get_local_variable_from_name("x")
@pytest.mark.xfail # Explicit returns inside assembly are currently not parsed as return nodes
@pytest.mark.xfail # Explicit returns inside assembly are currently not parsed as return nodes
def test_assembly_switch_cases(slither_from_source):
source = """
contract Contract {

Loading…
Cancel
Save