mirror of
https://github.com/golang/go
synced 2024-11-12 00:20:22 -07:00
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:
parent
30d0452b24
commit
3fe3ae7476
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user