Parse cpp_namespace
This commit is contained in:
parent
ce69b0157f
commit
7e1ef01105
2 changed files with 10 additions and 2 deletions
|
|
@ -41,8 +41,7 @@ namespace c
|
|||
}
|
||||
else if (ns.name() == "d")
|
||||
{
|
||||
REQUIRE(ns.parent());
|
||||
REQUIRE(ns.parent().value().name() == "c");
|
||||
check_parent(ns, "c", "c::d");
|
||||
REQUIRE(!ns.is_inline());
|
||||
REQUIRE(no_children == 0u);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue