mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Change test from public to external
This commit is contained in:
parent
0c5e0e0d59
commit
a18a475b1a
@ -527,7 +527,7 @@ BOOST_AUTO_TEST_CASE(array_multiple_local_vars)
|
|||||||
{
|
{
|
||||||
char const* sourceCode = R"(
|
char const* sourceCode = R"(
|
||||||
contract test {
|
contract test {
|
||||||
function f(uint256[] seq) public pure returns (uint256) {
|
function f(uint256[] seq) external pure returns (uint256) {
|
||||||
uint i = 0;
|
uint i = 0;
|
||||||
uint sum = 0;
|
uint sum = 0;
|
||||||
while (i < seq.length)
|
while (i < seq.length)
|
||||||
|
Loading…
Reference in New Issue
Block a user