Add solution for "Day 20: Race Condition", part 2
This commit is contained in:
@@ -360,11 +360,12 @@ TEST_CASE("[RaceConditionTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.runFull(std::make_unique<RaceCondition>(), 1448, 0);
|
||||
test.runFull(std::make_unique<RaceCondition>(), 1448, 1017615);
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.runExample(std::make_unique<RaceCondition>(2), 44, 0);
|
||||
test.runExamplePart1(std::make_unique<RaceCondition>(2), 44);
|
||||
test.runExamplePart2(std::make_unique<RaceCondition>(50), 285);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user