summaryrefslogtreecommitdiff
path: root/src/cmd/vet/test_buildtag.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/vet/test_buildtag.go')
-rw-r--r--src/cmd/vet/test_buildtag.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cmd/vet/test_buildtag.go b/src/cmd/vet/test_buildtag.go
deleted file mode 100644
index d7174ade2..000000000
--- a/src/cmd/vet/test_buildtag.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2013 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.
-
-// This file contains tests for the buildtag checker.
-
-// +build vet_test
-// +builder // ERROR "possible malformed \+build comment"
-// +build !ignore
-
-package main
-
-// +build toolate // ERROR "build comment appears too late in file"
-
-var _ = 3