Update SolidityNameAndTypeResolution.cpp

This commit is contained in:
Liana Husikyan 2016-01-15 17:41:56 +01:00
parent b2daa5a9d8
commit 738b254001

View File

@ -1015,7 +1015,6 @@ BOOST_AUTO_TEST_CASE(struct_accessor_one_array_only)
BOOST_CHECK(expectError(sourceCode) == Error::Type::TypeError);
}
BOOST_AUTO_TEST_CASE(base_class_state_variable_internal_member)
{
char const* text = "contract Parent {\n"