Renamed internal variables for clarity.

This commit is contained in:
2017-06-06 01:44:44 +02:00
parent 95984f0447
commit 0285c1cbbb
7 changed files with 15 additions and 15 deletions

View File

@@ -16,8 +16,8 @@ TEST_CASE("[simplification] Rules are simplified correctly", "[simplification]")
anthem::output::Logger logger(output, errors);
anthem::Context context(std::move(logger));
context.simplify = true;
context.complete = false;
context.performSimplification = true;
context.performCompletion = false;
SECTION("example 1")
{