Skip to content

Commit

Permalink
runtime: remove a duplicated testcase of TestPallocDataFindScavengeCa…
Browse files Browse the repository at this point in the history
…ndidate
  • Loading branch information
qingyunha committed Nov 7, 2020
1 parent c9b9cd7 commit 13f59a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/runtime/mgcscavenge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ func TestPallocDataFindScavengeCandidate(t *testing.T) {
max: PallocChunkPages,
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{
alloc: []BitRange{{0, PallocChunkPages - uint(m)}},
min: m,
Expand Down

0 comments on commit 13f59a6

Please sign in to comment.