aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/check_test.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2016-11-04 15:01:09 -0700
committerRobert Griesemer <gri@golang.org>2016-11-04 22:28:07 +0000
commit039e60ce4e0763f5c67e11227858a4d508df1299 (patch)
tree4a76e0430f9e2126dee9bea7d240fefeaf6953ab /src/go/types/check_test.go
parent2c6949ec89817caecbb441422fe1d6729ee16462 (diff)
downloadgo-039e60ce4e0763f5c67e11227858a4d508df1299.tar.gz
go-039e60ce4e0763f5c67e11227858a4d508df1299.zip
go/types: revert user-visible changes related to aliases
Reason: Decision to back out current alias implementation. For #16339 (comment). Change-Id: Ie04f24e529db2d29c5dd2e36413f5f37f628df39 Reviewed-on: https://go-review.googlesource.com/32819 Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'src/go/types/check_test.go')
-rw-r--r--src/go/types/check_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/types/check_test.go b/src/go/types/check_test.go
index d823344066..f844575269 100644
--- a/src/go/types/check_test.go
+++ b/src/go/types/check_test.go
@@ -72,7 +72,7 @@ var tests = [][]string{
{"testdata/const1.src"},
{"testdata/constdecl.src"},
{"testdata/vardecl.src"},
- {"testdata/aliasdecl.src"},
+ //{"testdata/aliasdecl.src"},
{"testdata/expr0.src"},
{"testdata/expr1.src"},
{"testdata/expr2.src"},