Skip to content

Commit

Permalink
update expected files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevengre committed Dec 2, 2024
1 parent ca6919f commit f3566b6
Show file tree
Hide file tree
Showing 5 changed files with 2,293 additions and 1,731 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,30 @@
statusCode: STATUSCODE_FINAL:StatusCode


┌─ 36 (root, leaf, pending)
│ k: #execute ~> CONTINUATION:K
│ pc: 0
│ callDepth: CALLDEPTH_CELL:Int
│ statusCode: STATUSCODE:StatusCode
│ src: test/nested/SimpleNested.t.sol:7:11
│ method: src%ArithmeticContract.add_sub_external(uint256,uint256,uint256)

┌─ 42 (root, leaf, pending)
│ k: #execute ~> CONTINUATION:K
│ pc: 0
│ callDepth: CALLDEPTH_CELL:Int
│ statusCode: STATUSCODE:StatusCode
│ src: test/nested/SimpleNested.t.sol:7:11
│ method: src%ArithmeticContract.add_sub_external(uint256,uint256,uint256)

┌─ 46 (root, leaf, pending)
│ k: #execute ~> CONTINUATION:K
│ pc: 0
│ callDepth: CALLDEPTH_CELL:Int
│ statusCode: STATUSCODE:StatusCode
│ src: test/nested/SimpleNested.t.sol:7:11
│ method: src%ArithmeticContract.add_sub_external(uint256,uint256,uint256)



module SUMMARY-SRC%ARITHMETICCONTRACT.ADD-SUB-EXTERNAL(UINT256,UINT256,UINT256):0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,22 @@
statusCode: STATUSCODE_FINAL:StatusCode


┌─ 12 (root, leaf, pending)
│ k: #execute ~> CONTINUATION:K
│ pc: 0
│ callDepth: CALLDEPTH_CELL:Int
│ statusCode: STATUSCODE:StatusCode
│ src: test/nested/SimpleNested.t.sol:7:11
│ method: test%CallableStorageContract.str()

┌─ 13 (root, leaf, pending)
│ k: #execute ~> CONTINUATION:K
│ pc: 0
│ callDepth: CALLDEPTH_CELL:Int
│ statusCode: STATUSCODE:StatusCode
│ src: test/nested/SimpleNested.t.sol:7:11
│ method: test%CallableStorageContract.str()



module SUMMARY-TEST%CALLABLESTORAGECONTRACT.STR():0
Expand Down
Loading

0 comments on commit f3566b6

Please sign in to comment.