diff options
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 }, |