aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/example_test.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2020-12-23 15:15:36 -0500
committerRuss Cox <rsc@golang.org>2020-12-27 12:52:55 +0000
commitdd40bbc57bc94be17a553964649696120b9fa180 (patch)
tree66b0559ccf2dd68c6983922ddc0a2c8ca4354ea8 /src/cmd/compile/internal/types2/example_test.go
parentd99dd178277c32c982ac2393446e503e76b9f56d (diff)
downloadgo-dd40bbc57bc94be17a553964649696120b9fa180.tar.gz
go-dd40bbc57bc94be17a553964649696120b9fa180.zip
[dev.typeparams] cmd/compile: re-enable internal/types2 test
CL 279531 disabled these because they were causing trouble with the automation for the big move. The big move is over. Reenable them. Change-Id: I2b06f619a114ebcc9b9af73ce0d5b68ebaeaac03 Reviewed-on: https://go-review.googlesource.com/c/go/+/279993 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'src/cmd/compile/internal/types2/example_test.go')
-rw-r--r--src/cmd/compile/internal/types2/example_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/compile/internal/types2/example_test.go b/src/cmd/compile/internal/types2/example_test.go
index 9ff3536746..dcdeaca0c0 100644
--- a/src/cmd/compile/internal/types2/example_test.go
+++ b/src/cmd/compile/internal/types2/example_test.go
@@ -1,5 +1,3 @@
-// +build TODO_RSC_REMOVE_THIS
-
// UNREVIEWED
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style