aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/dist/test.go')
-rw-r--r--src/cmd/dist/test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index 7ec10aecac..9cb640737a 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -852,11 +852,6 @@ func (t *tester) registerTests() {
}
if goos != "android" && !t.iOS() {
- // There are no tests in this directory, only benchmarks.
- // Check that the test binary builds.
- t.registerTest("bench_go1", "", &goTest{dir: "../test/bench/go1"})
- }
- if goos != "android" && !t.iOS() {
// Only start multiple test dir shards on builders,
// where they get distributed to multiple machines.
// See issues 20141 and 31834.