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("[translation] Rules are translated correctly", "[translation]")
anthem::output::Logger logger(output, errors);
anthem::Context context(std::move(logger));
context.simplify = false;
context.complete = false;
context.performSimplification = false;
context.performCompletion = false;
SECTION("simple example 1")
{