From e7c7afbb1a9ca2aff304fb20721a87d8efe9256d Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 30 Jul 2013 11:10:28 -0700 Subject: [PATCH] go.tools/go/types: enable (previously broken) shift tests R=adonovan CC=golang-dev https://golang.org/cl/12109044 --- go/types/testdata/shifts.src | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/go/types/testdata/shifts.src b/go/types/testdata/shifts.src index 62a5e22517d..d576cc2fa94 100644 --- a/go/types/testdata/shifts.src +++ b/go/types/testdata/shifts.src @@ -55,11 +55,7 @@ func shifts2() { j int32 = 1<