]> Cypherpunks repositories - gostls13.git/commit
cmd/cover: add go.mod file in lineDupDir
authorBryan C. Mills <bcmills@google.com>
Fri, 15 Mar 2019 12:32:16 +0000 (08:32 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 15 Mar 2019 13:00:24 +0000 (13:00 +0000)
commit694012aa3b74d0c382c13737ba65b8d80b0f9d25
tree74f80a57937699390c92a10916dfa1c3b7cd25b2
parent9238a8ffe12b6eb44aab12de1b861c0f045da8b7
cmd/cover: add go.mod file in lineDupDir

This fixes TestFuncWithDuplicateLines (introduced in CL 167257)
in module mode.

Updates #30746
Updates #30228

Change-Id: I7b3e7192ae23f855c373e881389874ff6ffd49ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/167740
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
src/cmd/cover/cover_test.go