mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
removed unnecessary function
This commit is contained in:
parent
3d7e6d8adf
commit
ed6f6d9494
@ -495,7 +495,7 @@ BOOST_AUTO_TEST_CASE(natspec_notice_without_tag)
|
|||||||
{
|
{
|
||||||
"methods" : {
|
"methods" : {
|
||||||
"mul(uint256)" : {
|
"mul(uint256)" : {
|
||||||
"notice" : " I do something awesome"
|
"notice" : "I do something awesome"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -518,11 +518,10 @@ BOOST_AUTO_TEST_CASE(natspec_multiline_notice_without_tag)
|
|||||||
{
|
{
|
||||||
"methods" : {
|
"methods" : {
|
||||||
"mul(uint256)" : {
|
"mul(uint256)" : {
|
||||||
"notice" : " I do something awesome which requires two lines to explain"
|
"notice" : "I do something awesome which requires two lines to explain"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
)ABCDEF";
|
)ABCDEF";
|
||||||
|
|
||||||
checkNatspec(sourceCode, natspec, true);
|
checkNatspec(sourceCode, natspec, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user