Skip to content

Commit

Permalink
Update actors/evm/tests/contracts/TransientStorageTest.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
snissn and rvagg authored Dec 13, 2024
1 parent 685fd63 commit ff09cfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actors/evm/tests/contracts/TransientStorageTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ contract TransientStorageTest {

// Test 2.2: Verify nested contract independence
function testNestedContracts(address other) public returns (bool) {

uint256 slot = 4;
uint256 value = 88;

Expand Down

0 comments on commit ff09cfa

Please sign in to comment.