Skip to content

Commit

Permalink
Remove an outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 31, 2023
1 parent d6efcee commit 1d20533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Farkle.Tests.CSharp/SpanDictionaryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void Test(ReadOnlySpan<byte> key, int expectedValue) =>
public void TestCollisions()
{
var dict = new CollidingBlobDictionary<int>();
// In debug mode these keys will have the same hash code.
dict.Add("ab"u8, 1);
dict.Add("ba"u8, 2);

Expand Down

0 comments on commit 1d20533

Please sign in to comment.