Resolved minor warnings.
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
Reference in New Issue
Block a user