Update SolidityNameAndTypeResolution.cpp

This commit is contained in:
Liana Husikyan 2016-01-15 18:03:51 +01:00
parent 738b254001
commit 7e511f93af

View File

@ -1007,7 +1007,6 @@ BOOST_AUTO_TEST_CASE(struct_accessor_one_array_only)
{
char const* sourceCode = R"(
contract test {
struct Data { uint[15] m_array; }
Data public data;
}