Fixed building and tests on macos

This commit is contained in:
Bartek Kryza
2022-08-30 21:23:56 +02:00
parent f1c0361c46
commit 0cef28ac02
7 changed files with 29 additions and 6 deletions

View File

@@ -48,7 +48,6 @@ TEST_CASE("t00048", "[test-case][class]")
REQUIRE_THAT(puml, IsBaseClass(_A("Base"), _A("A")));
REQUIRE_THAT(puml, IsBaseClass(_A("Base"), _A("B")));
save_puml(
"./" + config.output_directory() + "/" + diagram->name + ".puml", puml);
}