mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update SolidityNameAndTypeResolution.cpp
This commit is contained in:
parent
b2daa5a9d8
commit
738b254001
@ -1015,7 +1015,6 @@ BOOST_AUTO_TEST_CASE(struct_accessor_one_array_only)
|
|||||||
BOOST_CHECK(expectError(sourceCode) == Error::Type::TypeError);
|
BOOST_CHECK(expectError(sourceCode) == Error::Type::TypeError);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(base_class_state_variable_internal_member)
|
BOOST_AUTO_TEST_CASE(base_class_state_variable_internal_member)
|
||||||
{
|
{
|
||||||
char const* text = "contract Parent {\n"
|
char const* text = "contract Parent {\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user