]> Cypherpunks repositories - gostls13.git/commitdiff
test: fix bug364 to actually run
authorIan Lance Taylor <iant@golang.org>
Wed, 18 Jan 2012 02:00:11 +0000 (18:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 18 Jan 2012 02:00:11 +0000 (18:00 -0800)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5536044

test/fixedbugs/bug364.go

index a17453419417734b7a911449ed16bd99da52b183..a93312107e336515efde1fdbf20042d86edaef9e 100644 (file)
@@ -1,3 +1,9 @@
+// $G $D/$F.go && $L $F.$A && ./$A.out
+
+// Copyright 2011 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
 package main
 
 import "fmt"