aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2016-07-15 14:54:39 -0400
committerBryan Mills <bcmills@google.com>2016-07-15 19:05:49 +0000
commit316e794f7b5e3df4e95175a45a5fb8b12f85cb4f (patch)
tree4f82021d2f6dd4f55db9298f1f421333ac478b04
parent53cf14c8d7596ec5230669db938d396db1bba8a7 (diff)
downloadgolang-x-sync-316e794f7b5e3df4e95175a45a5fb8b12f85cb4f.tar.gz
sync: delete dummy builders_test file
The builders should be happy building errgroup instead now. Change-Id: I99f549032f771e067b5f7780eba1cc6e91bbdfa5 Reviewed-on: https://go-review.googlesource.com/24962 Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--builders_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/builders_test.go b/builders_test.go
deleted file mode 100644
index 39500a3..0000000
--- a/builders_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2016 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.
-
-// Temporary file to make the builders happy so there's
-// something buildable in this repo. This can be deleted
-// when other code is added here.
-
-package builders_test