Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/Celerity.Tests/Collections/TryAddProbeCountTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
namespace Celerity.Tests.Collections;

/// <summary>
/// Regression tests for issue #23. <see cref="IntDictionary{TValue, THasher}.TryAdd"/>,
/// Regression tests for the single-probe <c>TryAdd</c> rewrite (PR #53).
/// <see cref="IntDictionary{TValue, THasher}.TryAdd"/>,
/// <see cref="CelerityDictionary{TKey, TValue, THasher}.TryAdd"/>,
/// <see cref="IntSet{THasher}.TryAdd"/>, and
/// <see cref="CeleritySet{T, THasher}.TryAdd"/> historically walked the probe chain
Expand Down
Loading