Skip to content

Commit

Permalink
Maintenance: unnecessary output during unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Aug 19, 2024
1 parent 59b0c79 commit 68f1248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UnitTests/Core/Collections/ByteTrieTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public void ByteTrie_Match_Mask()
{
var trie = new ByteTrie<string>();
trie.Add(B("0404"), B("C4F4"), "masked");
trie.Dump();

var m = trie.Match(B("0404"));
Assert.IsTrue(m.Success);
Expand Down

0 comments on commit 68f1248

Please sign in to comment.