syncmap: backport CL 42095
See https://go-review.googlesource.com/c/42095/. Change-Id: I9f15a785bb4bd28ab02f17de65c63ad4b6e083c9 Reviewed-on: https://go-review.googlesource.com/42594 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
de49d9dcd2
commit
305c7b3edb
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ func TestMapMatchesRWMutex(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestMapMatchesDeepCopy(t *testing.T) {
|
func TestMapMatchesDeepCopy(t *testing.T) {
|
||||||
if err := quick.CheckEqual(applyMap, applyRWMutexMap, nil); err != nil {
|
if err := quick.CheckEqual(applyMap, applyDeepCopyMap, nil); err != nil {
|
||||||
t.Error(err)
|
t.Error(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue