Skip to content

Commit

Permalink
test(halmos): enable symbolic storage for the test contract
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Sep 27, 2024
1 parent 387e4b5 commit a80998e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/halmos/HalmosTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ contract HalmosTest is SymTest, Test {
flashBorrower = new FlashBorrowerMock(morpho);

// Enable symbolic storage
svm.enableSymbolicStorage(address(this));
svm.enableSymbolicStorage(address(morpho));
svm.enableSymbolicStorage(address(loanToken));
svm.enableSymbolicStorage(address(collateralToken));
Expand Down

0 comments on commit a80998e

Please sign in to comment.