Add solution for "Day 18: RAM Run", part 2
This commit is contained in:
@@ -332,11 +332,11 @@ TEST_CASE("[RamRunTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.run(std::make_unique<RamRun>(), 248, "", test.getInputPaths());
|
||||
test.run(std::make_unique<RamRun>(), 248, "32,55", test.getInputPaths());
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.run(std::make_unique<RamRun>(7, 12), 22, "", test.getExampleInputPaths());
|
||||
test.run(std::make_unique<RamRun>(7, 12), 22, "6,1", test.getExampleInputPaths());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user