aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/go19_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'git-codereview/go19_test.go')
-rw-r--r--git-codereview/go19_test.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/git-codereview/go19_test.go b/git-codereview/go19_test.go
deleted file mode 100644
index 999769d..0000000
--- a/git-codereview/go19_test.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2017 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-//go:build go1.9
-// +build go1.9
-
-package main
-
-import "testing"
-
-func init() {
- setHelper = (*testing.T).Helper
-}