Skip to content

Commit

Permalink
fix selfdestruct test files.
Browse files Browse the repository at this point in the history
This was messing up Git on macOS due to case sensitivity issues.
  • Loading branch information
raulk committed Jan 30, 2023
1 parent b4e957a commit a8f1ed0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion actors/evm/tests/contracts/SelfDestruct_storage.json

This file was deleted.

2 changes: 1 addition & 1 deletion actors/evm/tests/contracts/Selfdestruct_storage.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"storage":[]}
{"storage":[{"astId":3,"contract":"tests/contracts/Lifecycle.sol:SelfDestruct","label":"value","offset":0,"slot":"0","type":"t_int32"}],"types":{"t_int32":{"encoding":"inplace","label":"int32","numberOfBytes":"4"}}}

0 comments on commit a8f1ed0

Please sign in to comment.