diff options
Diffstat (limited to 'pkg/testutil')
| -rw-r--r-- | pkg/testutil/norace.go | 1 | ||||
| -rw-r--r-- | pkg/testutil/race.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/pkg/testutil/norace.go b/pkg/testutil/norace.go index ceb03928f..47cc90150 100644 --- a/pkg/testutil/norace.go +++ b/pkg/testutil/norace.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build !race -// +build !race package testutil diff --git a/pkg/testutil/race.go b/pkg/testutil/race.go index 96a9043bb..cdd242454 100644 --- a/pkg/testutil/race.go +++ b/pkg/testutil/race.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build race -// +build race package testutil |
