From a18a475b1a6ba1ebcf235f322dec0e7ff3d3dcb0 Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Tue, 10 Jul 2018 19:08:05 +0200 Subject: Change test from public to external --- test/libsolidity/SolidityEndToEndTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libsolidity/SolidityEndToEndTest.cpp b/test/libsolidity/SolidityEndToEndTest.cpp index d1466ea8..29fc808b 100644 --- a/test/libsolidity/SolidityEndToEndTest.cpp +++ b/test/libsolidity/SolidityEndToEndTest.cpp @@ -527,7 +527,7 @@ BOOST_AUTO_TEST_CASE(array_multiple_local_vars) { char const* sourceCode = R"( contract test { - function f(uint256[] seq) public pure returns (uint256) { + function f(uint256[] seq) external pure returns (uint256) { uint i = 0; uint sum = 0; while (i < seq.length) -- cgit v1.2.3