mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use declared instead of defined
This commit is contained in:
@@ -5408,7 +5408,7 @@ BOOST_AUTO_TEST_CASE(interface_variables)
|
||||
uint a;
|
||||
}
|
||||
)";
|
||||
CHECK_ERROR(text, TypeError, "Variables cannot be defined in interfaces");
|
||||
CHECK_ERROR(text, TypeError, "Variables cannot be declared in interfaces");
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(using_interface)
|
||||
|
||||
Reference in New Issue
Block a user