test: use testlib (another bunch).

Apply sed with:

1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run,
1s,^// $G $D/$F.go || echo.*,// compile,

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5656099
This commit is contained in:
Rémy Oudompheng 2012-02-18 22:15:42 +01:00
parent 6154f146af
commit 2ece2f58ee
107 changed files with 107 additions and 107 deletions

View file

@ -1,4 +1,4 @@
// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug352
// run
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style