Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
added start/end test comments to AbiGenDummy for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
hysz committed Aug 2, 2019
1 parent 7eb2d29 commit 33d8646
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/abi-gen/test-cli/fixtures/contracts/AbiGenDummy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ contract AbiGenDummy
function nonPureMethod() public returns(uint) { return someState += 1; }
function nonPureMethodThatReturnsNothing() public { someState += 1; }

// begin tests for `decodeTransactionData`, `decodeReturnData`

/// @dev complex input is dynamic and more difficult to decode than simple input.
struct ComplexInput {
uint256 foo;
Expand Down Expand Up @@ -224,4 +226,6 @@ contract AbiGenDummy
"amet"
);
}

// end tests for `decodeTransactionData`, `decodeReturnData`
}

0 comments on commit 33d8646

Please sign in to comment.