mirror of https://github.com/golang/go.git
parent
754233efd4
commit
643c116b2e
|
|
@ -296,7 +296,6 @@ func TestMapRangeNoAllocations(t *testing.T) { // Issue 62404
|
|||
}
|
||||
|
||||
func TestMapDelete(t *testing.T) {
|
||||
|
||||
var myMap sync.Map
|
||||
|
||||
key := "go"
|
||||
|
|
|
|||
Loading…
Reference in New Issue