summaryrefslogtreecommitdiff
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
commitd031851b1406d5ac92eb9457744987abd2f5ae89 (patch)
tree30de12affd2d07d06ce572436f000126a9f81973 /test/shift2.go
parente9d9760818188983f5586620b996890831ff1a54 (diff)
downloadgo-d031851b1406d5ac92eb9457744987abd2f5ae89.tar.gz
gc: implement new shift rules
The change is that 1.0<<2 is now okay. R=ken2 CC=golang-dev http://codereview.appspot.com/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 b08b37b7f..ec4c7addc 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