mirror of https://github.com/golang/go.git
runtime: remove a duplicated testcase of TestPallocDataFindScavengeCandidate
This commit is contained in:
parent
c9b9cd73bb
commit
13f59a650a
|
|
@ -152,12 +152,6 @@ func TestPallocDataFindScavengeCandidate(t *testing.T) {
|
||||||
max: PallocChunkPages,
|
max: PallocChunkPages,
|
||||||
want: BitRange{0, uint(m)},
|
want: BitRange{0, uint(m)},
|
||||||
}
|
}
|
||||||
tests["StartFree"+suffix] = test{
|
|
||||||
alloc: []BitRange{{uint(m), PallocChunkPages - uint(m)}},
|
|
||||||
min: m,
|
|
||||||
max: PallocChunkPages,
|
|
||||||
want: BitRange{0, uint(m)},
|
|
||||||
}
|
|
||||||
tests["EndFree"+suffix] = test{
|
tests["EndFree"+suffix] = test{
|
||||||
alloc: []BitRange{{0, PallocChunkPages - uint(m)}},
|
alloc: []BitRange{{0, PallocChunkPages - uint(m)}},
|
||||||
min: m,
|
min: m,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue