Disabled test of template template parameters
This commit is contained in:
@@ -51,10 +51,6 @@ TEST_CASE("t00008", "[test-case][class]")
|
||||
REQUIRE_THAT(puml, IsField(Public("std::array<int, N> ints")));
|
||||
REQUIRE_THAT(puml, IsField(Public("bool (*)(int, int) comparator")));
|
||||
|
||||
REQUIRE_THAT(puml, IsClassTemplate("B", "T, C<>"));
|
||||
|
||||
REQUIRE_THAT(puml, IsField(Public("C<T> template_template")));
|
||||
|
||||
save_puml(
|
||||
"./" + config.output_directory + "/" + diagram->name + ".puml", puml);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user