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
This commit is contained in:
Russ Cox 2012-02-03 15:22:19 -05:00
parent 30d0452b24
commit 3fe3ae7476
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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