Skip to content

Commit 13f59a6

Browse files
committed
runtime: remove a duplicated testcase of TestPallocDataFindScavengeCandidate
1 parent c9b9cd7 commit 13f59a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/runtime/mgcscavenge_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@ func TestPallocDataFindScavengeCandidate(t *testing.T) {
152152
max: PallocChunkPages,
153153
want: BitRange{0, uint(m)},
154154
}
155-
tests["StartFree"+suffix] = test{
156-
alloc: []BitRange{{uint(m), PallocChunkPages - uint(m)}},
157-
min: m,
158-
max: PallocChunkPages,
159-
want: BitRange{0, uint(m)},
160-
}
161155
tests["EndFree"+suffix] = test{
162156
alloc: []BitRange{{0, PallocChunkPages - uint(m)}},
163157
min: m,

0 commit comments

Comments
 (0)