mirror of
https://github.com/Smaug123/AdventOfCode2022
synced 2025-10-08 19:18:40 +00:00
Big perf improvements (#11)
This commit is contained in:
@@ -18,7 +18,7 @@ module TestDay6 =
|
||||
]
|
||||
|> List.map TestCaseData
|
||||
|
||||
[<TestCaseSource(nameof (testInput1))>]
|
||||
[<TestCaseSource(nameof testInput1)>]
|
||||
let ``Part 1, given`` (input : string, output : int) = Day6.part1 input |> shouldEqual output
|
||||
|
||||
[<Test>]
|
||||
|
Reference in New Issue
Block a user