Skip to content

Commit

Permalink
Remove weak_random.sol from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerberndt committed May 8, 2018
1 parent 5a69a52 commit ac8110d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,045 deletions.
2 changes: 0 additions & 2 deletions mythril/ether/ethcontract.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ def __init__(self, code, creation_code="", name="Unknown"):
# Dynamic contract addresses of the format __[contract-name]_____________ are replaced with a generic address

code = re.sub(r'(_+.*_+)', 'aa' * 20, code)

print(code)

self.code = code
self.disassembly = Disassembly(self.code)
Expand Down
1 change: 0 additions & 1 deletion tests/testdata/inputs/weak_random.sol.o

This file was deleted.

72 changes: 0 additions & 72 deletions tests/testdata/outputs_expected/weak_random.sol.json

This file was deleted.

Loading

0 comments on commit ac8110d

Please sign in to comment.