summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug385_32.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-03 15:22:19 -0500
committerRuss Cox <rsc@golang.org>2012-02-03 15:22:19 -0500
commit3fe3ae74765e61eebda2cfdaa30772896f7da77c (patch)
tree11c840e6f1e112f9dbfcdd0aab802bce32e7a381 /test/fixedbugs/bug385_32.go
parent30d0452b24f7418e616ba5c74d248473a84d5bca (diff)
downloadgo-git-3fe3ae74765e61eebda2cfdaa30772896f7da77c.tar.gz
test: fix bug headers
The letter is $A, not $O. ($O is set accidentally, but not for long.) R=golang-dev, r CC=golang-dev https://golang.org/cl/5629045
Diffstat (limited to 'test/fixedbugs/bug385_32.go')
-rw-r--r--test/fixedbugs/bug385_32.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug385_32.go b/test/fixedbugs/bug385_32.go
index a009f664e0..b9ecbb4c10 100644
--- a/test/fixedbugs/bug385_32.go
+++ b/test/fixedbugs/bug385_32.go
@@ -1,4 +1,4 @@
-// [ $O == 6 ] || errchk $G -e $D/$F.go
+// [ $A == 6 ] || errchk $G -e $D/$F.go
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style