aboutsummaryrefslogtreecommitdiff
path: root/test/shift2.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-05-31 15:05:40 -0400
committerRuss Cox <rsc@golang.org>2011-05-31 15:05:40 -0400
commit5ab096d0308f7a3f8a59286e2a4123af7e26e3ae (patch)
treecad2c6bed99760d382d6637648827e5ccbc8fb7e /test/shift2.go
parent9b82408f6df2dde74828f9c945112ef554f67397 (diff)
downloadgo-5ab096d0308f7a3f8a59286e2a4123af7e26e3ae.tar.gz
go-5ab096d0308f7a3f8a59286e2a4123af7e26e3ae.zip
gc: implement new shift rules
The change is that 1.0<<2 is now okay. R=ken2 CC=golang-dev https://golang.org/cl/4524084
Diffstat (limited to 'test/shift2.go')
-rw-r--r--test/shift2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shift2.go b/test/shift2.go
index b08b37b7f9..ec4c7addc2 100644
--- a/test/shift2.go
+++ b/test/shift2.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// $G $D/$F.go || echo BUG: shift2
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style