diff options
author | EuAndreh <eu@euandre.org> | 2025-01-24 19:39:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-24 19:39:55 -0300 |
commit | 469f0ce9f8ed18fb6442d6810779b9922ed0aa92 (patch) | |
tree | a19e9ab2a77e6dc6632823e8b193de7a9de048d4 /tests/dedo.go | |
parent | src/dedo.go: Remove old CLI code (~2k LoC!!) (diff) | |
download | dedo-469f0ce9f8ed18fb6442d6810779b9922ed0aa92.tar.gz dedo-469f0ce9f8ed18fb6442d6810779b9922ed0aa92.tar.xz |
Remove other unused code
Diffstat (limited to 'tests/dedo.go')
-rw-r--r-- | tests/dedo.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/dedo.go b/tests/dedo.go index 4985cf7..3634f00 100644 --- a/tests/dedo.go +++ b/tests/dedo.go @@ -4765,11 +4765,6 @@ func TestPage_typ(t *testing.T) { } } -// Ensure that the hexdump debugging function doesn't blow up. -func TestPage_dump(t *testing.T) { - (&page{id: 256}).hexdump(16) -} - func TestPgids_merge(t *testing.T) { a := pgids{4, 5, 6, 10, 11, 12, 13, 27} b := pgids{1, 3, 8, 9, 25, 30} @@ -6142,7 +6137,6 @@ func MainTest() { { "TestNode_split_MinKeys", TestNode_split_MinKeys }, { "TestNode_split_SinglePage", TestNode_split_SinglePage }, { "TestPage_typ", TestPage_typ }, - { "TestPage_dump", TestPage_dump }, { "TestPgids_merge", TestPgids_merge }, { "TestPgids_merge_quick", TestPgids_merge_quick }, { "TestSimulate_1op_1p", TestSimulate_1op_1p }, |