Added test case for subclass filter
This commit is contained in:
@@ -140,7 +140,6 @@ const std::string &namespace_::operator[](const int index) const
|
||||
|
||||
bool namespace_::starts_with(const namespace_ &right) const
|
||||
{
|
||||
|
||||
return util::starts_with(namespace_path_, right.namespace_path_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user