]> Cypherpunks repositories - gostls13.git/commitdiff
test: use testlib (fourth 100)
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:50:37 +0000 (23:50 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:50:37 +0000 (23:50 -0500)
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g
X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5673079

99 files changed:
test/fixedbugs/bug397.go
test/fixedbugs/bug398.go
test/fixedbugs/bug402.go
test/fixedbugs/bug403.go
test/fixedbugs/bug405.go
test/fixedbugs/bug410.go
test/fixedbugs/bug411.go
test/fixedbugs/bug412.go
test/fixedbugs/bug413.go
test/fixedbugs/bug416.go
test/fixedbugs/bug418.go
test/float_lit.go
test/floatcmp.go
test/for.go
test/func.go
test/func1.go
test/func3.go
test/func4.go
test/func5.go
test/func6.go
test/func7.go
test/func8.go
test/gc.go
test/gc1.go
test/gc2.go
test/goto.go
test/hashmap.go
test/if.go
test/import.go
test/import1.go
test/import5.go
test/indirect1.go
test/init.go
test/init1.go
test/initcomma.go
test/initialize.go
test/initializerr.go
test/initsyscall.go
test/int_lit.go
test/intcvt.go
test/interface/bigdata.go
test/interface/convert.go
test/interface/convert1.go
test/interface/convert2.go
test/interface/embed.go
test/interface/embed2.go
test/interface/explicit.go
test/interface/fail.go
test/interface/fake.go
test/interface/pointer.go
test/interface/receiver.go
test/interface/receiver1.go
test/interface/returntype.go
test/iota.go
test/ken/array.go
test/ken/chan.go
test/ken/chan1.go
test/ken/complit.go
test/ken/convert.go
test/ken/cplx1.go
test/ken/cplx2.go
test/ken/cplx3.go
test/ken/cplx4.go
test/ken/cplx5.go
test/ken/divconst.go
test/ken/divmod.go
test/ken/embed.go
test/ken/for.go
test/ken/interbasic.go
test/ken/interfun.go
test/ken/intervar.go
test/ken/label.go
test/ken/litfun.go
test/ken/mfunc.go
test/ken/modconst.go
test/ken/ptrfun.go
test/ken/ptrvar.go
test/ken/range.go
test/ken/rob1.go
test/ken/rob2.go
test/ken/robfor.go
test/ken/robfunc.go
test/ken/shift.go
test/ken/simparray.go
test/ken/simpbool.go
test/ken/simpconv.go
test/ken/simpfun.go
test/ken/simpswitch.go
test/ken/simpvar.go
test/ken/slicearray.go
test/ken/sliceslice.go
test/ken/strvar.go
test/label.go
test/label1.go
test/literal.go
test/malloc1.go
test/mallocfin.go
test/mallocrand.go
test/mallocrep.go

index 03957013023af0051c2962c0ba0a8452fded3d26..56cc7cdd4d47b683043447f7c3867caa2d358970 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1eee2292c2afc60f51fe1444018c4fa9f1867b57..1dd3fa4213a0f17ff5f64e6d5eba734f96d65512 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 4b03d518604bfa72b18adb6d0e06aaa71eab0be5..db3f3da448ea3388301195e0a0239c13e32e42b9 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index ec02ca7333da2d1bda1ad4ec29c558ad8c2cf6ad..ed7b49aea2f877ca39380334e26a0bf74440cc6c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index dcca000449a8cb0e914c094b597b0aaae43e0f98..e8ecc4d034afaeb4c17b08c2fc4e027b32de0191 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6eee6cfd48041154f20ee016289845e33a9af1ee..35ecbfc05cb011f863500f59c44cb28dc02e8267 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3ca6a3de25f6b3cb0b904b28434462f341528afe..3b90db88d6163635026d9037d9e1167c6185f10f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index e05b555759404b5873121e29d0283b2c04596b85..9148b68e7446edadfdaa7e32d67c694694f156cc 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 32b7efc76d1607b340a104ab34be14e989eaeb4f..41270d9063a822ad323e6b0f6792dfb38df8ffc7 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index cc6d4a9f288e3271224bbebeba61c367c074f7b5..c128538429d2c7eabfbc04b18f11e291ce659781 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index c7b758feb3be215b2440711960723faebf49ffdf..64d86b34006e6f79b571affd866f4ff344d1878b 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7b91d88e51a56a66e833bd52d1b9f81d2714b62f..3189cac2231714a0a7700ac41214afa4a005d8c4 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f51cbc27775fa01cbcd08dcc901d8d9a8d3fcae7..2a5bd75df2b4776c82f78c35b5c2b3b3adf5a060 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 36ad15709b1ff0348822437a35e72fc9af1b6c54..a21213ff3fd2be77569126596c66e0637216d003 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e8ed928bcd3773d528219357be629480283a5233..15839c05fafd14ced50dfd2a234cd3beb611fd64 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 056ff9877d39e83624a514ee3ae1cb24b0554426..d5adea71ecc014676df60b221b5a652e23ebaabd 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 110b0ef1c49b727560fd41a70af754a866947785..587b7c4a144014db3afc162699053052a4fee65d 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2a1a932de902b2d89496b963797396dc31352c05..c53e7a23ac23d6b20540fa0823bf0876340a5f8f 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e27825c2b281cdaff880ca7b4f502556668da73b..68ab7a54b99b61118c3440d073adfaa84e51d701 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1356b6aa8b809805b5d5af63531be07fe166759d..39c15329ef821d4a8a5223f748462f6326fb7bc0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index e38b008cc097d2f946b863a68718fbbe32d1b0ea..015b881fb0ef210bacda1787e3eca310f2ab622f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index bb610645355f1770c184211a5cca62f1ae246817..a1ea9b7e4cdc07cd7c681ed4952aadf46050c238 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3aab8fac95302354bd62be9e33f7ac310eb4ece9..e610d2bde810464bfb0fd2547b44bd6893d5da2d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 84034e7cea934526c741e5500a3711fb9b58829c..190b29b005a8c5015190f4d6eefb603faded61e4 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 772f9810daaba053c60da480ede9e01b7874a531..739183e59827558c5cbc24e33e5b61f6365b9899 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1fccb314c87d916dfd7102cc90ddbf719367dd9e..11417f86b79b0d5981f06a9b3e55a56b3fd2f6d4 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0a4d7ab61eeb137b498c9c13f177d675a240547f..0e7a2b4aeaedafd6be79c2430a81461de85f165e 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 18a6715d7eb979bba97baf24585ea895d01d438c..13955781f90f253de4fa5da08372bebeaf4d5ae5 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bd83dc3bdd30c4d52f10e52c79b926b07cdfda2d..a02a4ad8a49b9d46c49c34f986c471db4aea718a 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ebd704ef9959e21e690baa52f59bccf7936a5570..f5b8926a70add8bae1c7ca4d8f0e26b8323e5ad4 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ee041709a1506e64826bed4b4b1b0dcfc143c4d1..acd03c9ce9f13a7c0520eea46903ca06c197dc6b 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ecb4f138ace8ca50565b2c2aa89cfff606db3f77..e49eeb065086cb2a38224bd9638775347fb9f85e 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 74c2d5c26146d0e393af8a828b75bd80d00a8695..0146f4b3ee6f55aa0829619d958c952d9d1ea178 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 56ef17249fde7c722c447d9077fc26138c3c1913..a888ad7440c5c85ef089c3c0418277a369ed29d5 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 195d4575f767c67a27b49c91b923769e43ae175d..7fa069044d865f552219ed7b76ae70a71a2d4574 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6dd7d67dc37bcf57a309548e21ca3aa093768ac8..5bab5a708d62334b563083619142d3eba6a8c7b3 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e7f8b0e92fe30a83397f45129a2da036856fe600..c2703e3eb4b588a2b0b049941f078563f864ffad 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d0c26d2a83730909d9368c56689694ae1a48112e..492b188c9295de63367dbc5328dbb4c333fca592 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2644e17b57da46ef9d91be75cbf0a2a59a404340..a109fa9574ab47d47e25f3a97b68fa881f64fb48 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 407bcfd9bae9a3f68859c0ed405aae0ea24a36a5..81b04effdc62c81fe5e33c940fbc7c46bdb80c65 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 44f6ab127ea38026b0ac396aa8e8500c09065d67..0d8c408c81759d2df802a03aebb14c8a2be14475 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7f429f7031e14274113816eefe9947ee4cee6f74..2b4f45d14f088097912da8b9c4904ac884cdf697 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 658b1a92fa89c2dba8f622435a44cdd8e212cfe5..4833e847a24f9649c54314e02271661da6c9e7f6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 658b1a92fa89c2dba8f622435a44cdd8e212cfe5..4833e847a24f9649c54314e02271661da6c9e7f6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2fddee1905a06394dfa1be4a2c702649923fb907..46c02cc80e4c97f43aa8e8fd8147f7dc566204aa 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c18a1fecec2af129cfb189b70b2aacbe770a574b..bac214397aba9d863d5374d014b93a70255f8622 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index daae59b36182dafea0b136ad14539925b1024c4f..fbe65e7e3998f422b6c9187990f97429bfef0f5a 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0c20bcf756a4275b505eb5ab07edf5ba961f9d63..5a2f57fe9f4a701edbbfa4262c21cad5481785b1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ddb83254278c59007fc04a5c54b88f4e0b587adc..55650cc8dd5cf4fa6c2a5b6491068ff3a8c873ea 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f1e363cbff63be7f9f4ff9b2d41ccbf250a7d683..0548c240463078198ec9d50b192f449cc6a8ac99 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f53daf8dab1ef5c4aaa641f70b1bcc8a317ae767..dc2e7808f7afeeb6a19804b41dbe1a65f8272cb4 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 51312d00025e1297000f0f332d04d0b1b1d2ccb7..19ca6d462616e408bc913d5f05050c0ff6108a6b 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 5cf083617813495b1da44ac203044620d2551742..b7bebe4f61c83547dc4da345166c0bf9b51678c5 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c40ca1f382464f943ebd7af7476d8a0edd5d34de..7e9e35279784c62cef914874b7d5c82143c0597e 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 12694fec62bba531fa6f87a4113a35b8dd721c74..53f6fc88e1cdc29639690949be18805810b66359 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ef75b044d7c45ad78248d5d6c1c0f59e19a19ef4..3bfa5b2d2b7ef23eee4c27d387f35abc96eb93e9 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e5fc033f3d668a9f1829ef0ac51a4aaa4e449070..ccb261995924e386eb90a4123ca62feb667b454a 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index da0a84a043a9fc500878de919e130bc1b95707d2..cab3bca38cdd2a7209bb781bd1b2af1b907249d8 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3780ec886a4b52e4fe31ee08d3cfaf4691f09883..83e573a3f1997a6d6197574eca6437979f937eb0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 8ec7d40f5e58104b6260a1066cb8e18b0359a315..9421c53e1ecc98d2562d62742a10809d6040e41f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 89f4a04181e44926d5cbecf9a448072ee34d5fe5..a3c1570ba3296434ab4d2017808d211ec0ac178e 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 048c93eef67fb5a24fa42e626294fc39a29fd62a..092354983d10cb6e478f456eff08ae4e70df7d0d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 738afcd2cad3df54fca8f4391fbc5b6551f5c02e..8104ff14d039ed53f1b2c20a9025f4e0eb5f2d92 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e6696674b0a5670185501128d63367a4f8d4154e..0e2c88221e61082c560e6576dd102e4780ccbb34 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 5a64d16b49069643839e9003590bbd05a8837f9d..46786fb67ce019a5e154bcea3b440b97be40a230 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index dc44ea245b9c9021868ce2a2c3de7c1a2343eefd..02c762dd04ad30627ec97ae58fa42cf49a2ffad5 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9805e479bb92c4e415838a34180a6c5d3b624365..a3e1980e84370649e22b2cf46818eba03277a87b 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 176ecd74930911736aa7c27361748125c41090c6..914229b5820be4ac66e3181cc45dbe56c14950e1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9bb50886a4ab113139802c1d93a7f863e6ffa825..113fe3c9be58735dee459564f7ae744ec549a6ae 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 94bc7eaada67d1dbc579e9304674348b6aa5e4cf..ca875e8378bdfab4ae871f475f3c47dab0f83035 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 73d1b0660bd7666e610c3c1ef61c1bce21afc271..30815d06b878c668b801e990d7996337a4b6ff60 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7a509f0484a92630c47dc174dda79f0a121be0b7..b8867a7d1c76ee1d6661bbed51abab1879c8a0bf 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bac2bc17cce2fce3eb0e76f658912c1d722de22d..4c40ee24ccba62b47a41de096fc8995d5a5d6c85 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ae0bc0c58ab6d6567040216c516f4d762d0802f8..2213b8132b2588228259c6d47e3fa94de4a4139d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c2603a0a099c62ac996e0e5836571068713db13b..3905b8123c05ea28b363c7383cfc13f36c6c839c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6739ba33ae65097da35b688271371892ae428869..b115931566c45014ca97e9943ce8a9a8163ee171 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e2ddde629285f14e23a9e100723e7a145f7cb058..c6b4656fc526bd0de3bcdacb77f31ce75388b48e 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9535fd497d6d5408151bdc84b89e317d490cbb51..07d0e9a677bf1c6b9dc72a57be6b59489dff9d22 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index a5854b93e2f3627e2f22c62f8fb80268671a5e0a..35720c928cd6b853b2d072b77de53472504b2187 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d13e2441d401488add0f6aad2775a7cb8ca9c981..bd8a4351581c4504ceb6450b276369fe174b53c0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 05188a47232633c34d8593d3e3f6138737395e35..958efca3a2c070ecb95c430b7bdf5cfceacf61d9 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6b3d4b2e46086c82b33354f0dbbb7bcb9d09b5dd..40c5b9042a80af3f20933f0ca79527395b7ef000 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 157a07aec54bf5f4e179e8002dc1382c934b1822..c60143d700255964d29671296e3df7eae9872158 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1b6f245eea20a8551aaf3268937fae011ae87e07..553bc4d6896579f50a400124466a21a57f58d084 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index dbd9c8d8bcfe6e1e1914da51c4af93854d25b940..4a8324ccb7fce051e9698caff646b7a567435bca 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index feb85d29997da3bbf1c5feb4495a0371dffcf13b..9dc7ebf934bea1d2a681c236fa76220e39c33246 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ba9ce6f7bce012a540b5421bea887be8bf5e8f06..b2c803e8915b08cc65df055cc8efd7f63c15d4c6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 710af2e08c69b277e2f264f0829abe79075fa380..cc5f281fcffe8819dc27639009b9fa59cc9c7dfa 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index fd060b0e2e909fe474e66d7938f570842f44ebc5..324008d23611c98b64aa98b54bd102272cd42c59 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 5c31270fcd3dca00032b250c9848043581b00fe4..e0f2d322b507ff7c39c5a3e36432ce541c114444 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 639042128774d1888e4c2e70adf26224dc1789f1..ed1a5fe5a1226cac1aa65a3770c8fec5d19e8667 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index dfaaf12131cc732565cb72eb3af8224f725c41b7..34b2621b172a8073c1b78628b99d1c0d90305fc0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e3d853266e14d8dae1a7121bd293a2dc4a48820f..8f2df4ccbca11248fa4f48bf87d9432bc89ab905 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 656daaeea54e29f16312e128d6c0e390a3c6dcd2..8a192c2910a479cca48b81198bf452914a3ff7a1 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index bf05388127ceba120de38ef024f1ed72fbbe27da..396d75c01f6ded6e55060c5367d381e70ebbe1c6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0f7f0b267a035ca1a1384f1beaac4dcec5ac1d00..3ec73690993934f46857e7dc152e66f54a79e3ef 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ff62392473d58bef51aefe3262aa54356c998aa0..2f9f8386da1ee6b767638cb6f8ffe83ba84b95f0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 69d07cec5d2f93b2941c8782abf0da0dcac804ee..cdd8c6f44c02dc22b8a2ebcbd441ecb3640de083 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 4188da9b833519c1b8d46608567a81a616857336..977c6fac2442c8564e6f0aa7657f32aaeb76c972 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style