Remove the ugly style

It's ugly ;-)

The combo box for the style is commented out for now, so that we can
easily re-add it in the future once we add a new style.
This commit is contained in:
Simon Hausmann 2022-03-17 11:14:47 +01:00 committed by Simon Hausmann
parent f5baef4262
commit 9a8c5fed9f
8 changed files with 12 additions and 623 deletions

View file

@ -283,8 +283,8 @@ SCENARIO("Component Compiler")
SECTION("configure style")
{
REQUIRE(compiler.style() == "");
compiler.set_style("ugly");
REQUIRE(compiler.style() == "ugly");
compiler.set_style("fluent");
REQUIRE(compiler.style() == "fluent");
}
SECTION("Compile failure from source")