// [!region all]
// [!region command]
$ forge test --match-test test_DepositETH
// [!endregion command]
// [!region output]
Solc 0.8.10 finished in 672.77ms
Compiler run [32msuccessful[0m!
Ran 1 test for test/ComplicatedContract.t.sol:ComplicatedContractTest
[32m[PASS][0m test_DepositETH() (gas: 107628)
Suite result: [32mok[0m. [32m1[0m passed; [31m0[0m failed; [33m0[0m skipped; finished in 696.56µs (473.12µs CPU time)
Ran 1 test suite in 7.25ms (696.56µs CPU time): [32m1[0m tests passed, [31m0[0m failed, [33m0[0m skipped (1 total tests)
// [!endregion output]
// [!endregion all]
