]> Cypherpunks repositories - gostls13.git/commitdiff
test: fix bug headers
authorRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 20:22:19 +0000 (15:22 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 20:22:19 +0000 (15:22 -0500)
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

test/fixedbugs/bug385_32.go
test/fixedbugs/bug385_64.go

index a009f664e09d48da94ad0375ac4725cb7cf4840c..b9ecbb4c10d0252b4660105741d14b7ade1f1633 100644 (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
index 701be0d09ac6ec33a4721025418115fb0965a1eb..7476b17d50613d4abec4a60bf300e9c4df696194 100644 (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