Resolved minor warnings.

This commit is contained in:
2016-11-29 02:15:28 +01:00
parent 5d67d74395
commit a653556d77
4 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ TEST_CASE("[translation] Rules are translated correctly", "[translation]")
std::stringstream errors;
anthem::output::Logger logger(output, errors);
anthem::Context context = {logger};
anthem::Context context = {logger, {}, 1};
SECTION("simple example 1")
{