Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit aa0180b

Browse files
committed
Remove unused code
1 parent b449ef9 commit aa0180b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ethereum/tests/test_solidity.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -241,18 +241,6 @@ def test_abi_contract():
241241
}
242242
"""
243243

244-
two_contracts = one_contract + """
245-
contract baz {
246-
function echo(address a) returns (address b) {
247-
b = a;
248-
return b;
249-
}
250-
function eight() returns (int256 y) {
251-
y = 8;
252-
}
253-
}
254-
"""
255-
256244
state = tester.state()
257245
contract = state.abi_contract(one_contract, language='solidity')
258246

0 commit comments

Comments
 (0)