File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3910,27 +3910,27 @@ Compiler run successful!
3910
3910
Ran 1 test for test/PrankBug.t.sol:PrankTest
3911
3911
[PASS] test_Increment() ([GAS])
3912
3912
Traces:
3913
- [137218 ] PrankTest::setUp()
3913
+ [.. ] PrankTest::setUp()
3914
3914
├─ [0] VM::startPrank(0x0000000000000000000000000000000000000123)
3915
3915
│ └─ ← [Return]
3916
- ├─ [96345 ] → new Counter@0x6cdBd1b486b8FBD4140e8cd6daAED05bE13eD914
3916
+ ├─ [.. ] → new Counter@0x6cdBd1b486b8FBD4140e8cd6daAED05bE13eD914
3917
3917
│ └─ ← [Return] 481 bytes of code
3918
3918
├─ [0] VM::stopPrank()
3919
3919
│ └─ ← [Return]
3920
3920
└─ ← [Stop]
3921
3921
3922
- [161909 ] PrankTest::test_Increment()
3922
+ [.. ] PrankTest::test_Increment()
3923
3923
├─ [0] VM::startPrank(0x0000000000000000000000000000000000000123)
3924
3924
│ └─ ← [Return]
3925
- ├─ [96345 ] → new Counter@0xc4B957Cd61beB9b9afD76204b30683EDAaaB51Ec
3925
+ ├─ [.. ] → new Counter@0xc4B957Cd61beB9b9afD76204b30683EDAaaB51Ec
3926
3926
│ └─ ← [Return] 481 bytes of code
3927
3927
├─ [0] VM::stopPrank()
3928
3928
│ └─ ← [Return]
3929
- ├─ [22418 ] Counter::increment()
3929
+ ├─ [.. ] Counter::increment()
3930
3930
│ ├─ storage changes:
3931
3931
│ │ @ 0: 0 → 1
3932
3932
│ └─ ← [Stop]
3933
- ├─ [424 ] Counter::number() [staticcall]
3933
+ ├─ [.. ] Counter::number() [staticcall]
3934
3934
│ └─ ← [Return] 1
3935
3935
├─ [0] VM::assertEq(1, 1) [staticcall]
3936
3936
│ └─ ← [Return]
You can’t perform that action at this time.
0 commit comments