]> Cypherpunks repositories - gostls13.git/commitdiff
test: use testlib (second 100)
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:49:30 +0000 (23:49 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:49:30 +0000 (23:49 -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
CC=golang-dev
https://golang.org/cl/5673078

100 files changed:
test/fixedbugs/bug055.go
test/fixedbugs/bug056.go
test/fixedbugs/bug057.go
test/fixedbugs/bug058.go
test/fixedbugs/bug059.go
test/fixedbugs/bug060.go
test/fixedbugs/bug061.go
test/fixedbugs/bug062.go
test/fixedbugs/bug063.go
test/fixedbugs/bug065.go
test/fixedbugs/bug066.go
test/fixedbugs/bug067.go
test/fixedbugs/bug068.go
test/fixedbugs/bug069.go
test/fixedbugs/bug070.go
test/fixedbugs/bug072.go
test/fixedbugs/bug073.go
test/fixedbugs/bug074.go
test/fixedbugs/bug075.go
test/fixedbugs/bug076.go
test/fixedbugs/bug078.go
test/fixedbugs/bug081.go
test/fixedbugs/bug082.go
test/fixedbugs/bug084.go
test/fixedbugs/bug085.go
test/fixedbugs/bug086.go
test/fixedbugs/bug089.go
test/fixedbugs/bug090.go
test/fixedbugs/bug091.go
test/fixedbugs/bug092.go
test/fixedbugs/bug101.go
test/fixedbugs/bug103.go
test/fixedbugs/bug104.go
test/fixedbugs/bug107.go
test/fixedbugs/bug108.go
test/fixedbugs/bug113.go
test/fixedbugs/bug117.go
test/fixedbugs/bug121.go
test/fixedbugs/bug122.go
test/fixedbugs/bug123.go
test/fixedbugs/bug126.go
test/fixedbugs/bug127.go
test/fixedbugs/bug131.go
test/fixedbugs/bug132.go
test/fixedbugs/bug136.go
test/fixedbugs/bug146.go
test/fixedbugs/bug148.go
test/fixedbugs/bug1515.go
test/fixedbugs/bug152.go
test/fixedbugs/bug163.go
test/fixedbugs/bug164.go
test/fixedbugs/bug165.go
test/fixedbugs/bug169.go
test/fixedbugs/bug170.go
test/fixedbugs/bug171.go
test/fixedbugs/bug172.go
test/fixedbugs/bug175.go
test/fixedbugs/bug176.go
test/fixedbugs/bug177.go
test/fixedbugs/bug178.go
test/fixedbugs/bug179.go
test/fixedbugs/bug180.go
test/fixedbugs/bug181.go
test/fixedbugs/bug182.go
test/fixedbugs/bug184.go
test/fixedbugs/bug185.go
test/fixedbugs/bug186.go
test/fixedbugs/bug187.go
test/fixedbugs/bug188.go
test/fixedbugs/bug189.go
test/fixedbugs/bug192.go
test/fixedbugs/bug193.go
test/fixedbugs/bug195.go
test/fixedbugs/bug197.go
test/fixedbugs/bug198.go
test/fixedbugs/bug199.go
test/fixedbugs/bug200.go
test/fixedbugs/bug201.go
test/fixedbugs/bug203.go
test/fixedbugs/bug204.go
test/fixedbugs/bug205.go
test/fixedbugs/bug207.go
test/fixedbugs/bug208.go
test/fixedbugs/bug209.go
test/fixedbugs/bug211.go
test/fixedbugs/bug212.go
test/fixedbugs/bug213.go
test/fixedbugs/bug215.go
test/fixedbugs/bug217.go
test/fixedbugs/bug221.go
test/fixedbugs/bug224.go
test/fixedbugs/bug225.go
test/fixedbugs/bug227.go
test/fixedbugs/bug228.go
test/fixedbugs/bug229.go
test/fixedbugs/bug230.go
test/fixedbugs/bug231.go
test/fixedbugs/bug232.go
test/fixedbugs/bug233.go
test/fixedbugs/bug234.go

index 8617396109d0b6d1f501d613bed77e968f5fa82c..c3073cc1eac367b33976bafef6d67141937d3ba1 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 050a4a5c5d347e3a6819b62fc81802baf854edd9..13eac29204745b3ad1a7028fcc9cf1de5f1c2d9a 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 d5d0f1d620e725202c2b5684967ebe47e989cf92..19b8651a547b844ddeb114e834d1d94b1fc5fcd5 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 e2b4a241a6326123ebd3e66792a0e8a7e9033356..2b97dbf7c0e7607457f6248fb06d35eabb6e4428 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 6a77367d6765abcf63a3ba3895eb06f88187bc29..6f64b9e0b16ddc1213cb8606c6a6c491dc683852 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 82778b8386f3418d22f6f023c7afea35da20c1de..8260729056bbe8130353af24dcba1cd631b120e0 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 aedcf70fefe2190db04a8f12dd5788c73632e637..ae99b186d81379f8c9e6f64e556f0c0e5deabf85 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 8ee5c84cb9d046bca187d34fe1b9ba617d2c42b1..1cc50036559d661000ab187dff72c3e48e207387 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 15ca44cf055e15395998e4c99cb0f058cf564207..a3ae3f0962074352b1905bd458ab1ba9dac39164 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 a5d1bedddb977a83c2648fffc4a6e5d6f57ab449..a1e3b08bbaed6c5a14e1cb20abcefd340126e161 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 ccd09e9b3db8f17cfd983e8707ac573e149e83b5..db3d7f86028bfe4829045b32e178b19f72c310fb 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 328d191bb423d02728a99579cc3fce9e0b700951..aaeefb0ba16fa53310c7ffffccc36e534ace7dee 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 a7cf4239c43ea0d2f57e7c53b85953e1623e3057..2cb10ab3a190a4ba602f513a86f20f2d3eaec530 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 9038387ac8624de353e00e0cbf59cce144b10c9c..7b07b773d4bb118bcc054e92c2f6170b15008350 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 24ac7798889ad9d4af3fb3f17a2e7c4dc7af5fdd..3f3ffcf615151603ab88e360d2612d1d5a2f06d7 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 efe5626db591de4c054a64b79440633be575ef4e..05ad93dac2ded82d078a8a2ac903e317b4556e99 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 99e7cd19ee41f4a368eda2bb14a964cce583b924..49b47ae464915450aeedda0a32ede85b96e831a4 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 7b6d14e7e63429957d5eb69c004eccdacc0aa28f..fb789cb4c1b511ea681fd91eccc6a6102b3a8922 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 7aed13089dfaabb2f7ef88487443a9e1d2a432cf..d0b7d14e71bd77943a540e3bdc1be38e36d521a4 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 2ca518d76d8e16657344fdcccde860e0c554f7a6..60aaa976083352e4e5a0492aea99aff8c881aacc 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A
+// build
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ddd3faeba41333e8b16cd73701b7367c892d65b4..1041b858c84acb6558dfdd8e87cf37b3947c6cdc 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 026ce8002f2f5669f3088f10bed268b8ede82244..c25d2883704945e5cfa988ed9dc0ddda639222ad 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 8353ec200e4c633026abe1834f5cf520d254647c..e184ef1930156395e3ef69c9b11f6996680d6ae7 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 c1054e550cc1702880211e47908711f352a2cee2..700a674339dbe64318a3f228780b01015bfc3197 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 02be717534039bd903743737b56d0b4e7eab4f2c..93ae7e0a496788f54adfb76d19ddf0175d2c8990 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 f96472fbb35728efd2e83ecacefee04ca239f3dd..fc69e0e3fc7a34cdc20b04993032d0de767bc97d 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 fd3dff3ec903d10554323165a33757ae219c1fe8..e88f17babb808ae6b057f844aaa809ac9f33f616 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 8318ab9c0c0ac1f78e924bc98dc9924b2940fa35..320bd57f5c17fb9cf6ff0b17f598a02ac6c9af9a 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 c2ede7153cee3de0d5dd0a00c490566a3cf7d89f..dbb1287a151777ba14dd26b633ed9040288243c8 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 8f05c478f5c973813f8a21cb1cab48443990930e..8027d941ea485dd4c7aed4371e092a38fbec3860 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 92487deaac64b2b9300f6c4785f36bf9041261ad..82e496a8a6ae2d03eb67ff5ecfd3991ffa62e906 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 b789be1c4579dafd3c20ba225c9ca66c3671f8c1..1cb710e36887f77754bb4cb3407c0a95c6996dd8 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 dd4bb5834fe0993eda12443bc5680ed11885b3a0..f0c19a8aa752828ada2e4e9da2dd4e03907fb871 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 0554bbc8b85e5bedcc9d5bedfdd9ce63e692e3fa..dcd8e9d1138f4481eb5399b7f476a70b6ed49da6 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 10e406de6ea1611949b83635e93d9ca6a764bec7..9f2a27ebd97431e0d3c9b42499ab896473f2875d 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 4ca07dc65a72da31cbf1c206658834f1de489d70..a1e61cb36fd83228267a3d02ee338d7a7c5e1d73 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 ad89ebf52a9b9108179bfce0ccf4de2bf2c3211f..038826cbce836eb0ba52994ef180b43835161c5e 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 15c8451da93963d788ffc19dcc03915f0072caa8..5adf9827fa12de32f4858765cd763dbca2f06a9b 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 72bf38a83317730cf5e2eecd20452fdd3c0f891e..fb4eb9f3adebed21309c3940a568e071c181a088 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 bdac67417f1ee519e6aa1178f786e867b500db76..f38551a9142373606d52e9718e6e5b71837eaeee 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 a8d56e1221e4e42f86f878cd460fb4c1ec370416..f5d9763412984e81c15af58821af9479cf460be5 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 25b48114d6ff0a189f1212747717b03a257ed797..f8ea99470c300e5f5ea1224c4c954e5e4617a47d 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 e5d4ca07d774b8afb3ef9329d5bd0bc903fac8bf..0ebbd26069e16ba2f2e57abcd27cbcf874f66b98 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 bab8996f197acf295404f3ceced1eb3a2c780a7d..e334566c79b9c157fab2d7b3f3e70e84a229d61d 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 7491b65d88fc3e6c199ae729e95f660887e6c47d..bea9bac083282a88fbb0bcb89f0de8174fc64e0d 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 16324c741a4d6a5df6bf59d0580cfaa972de4814..e29f910ba50055061b101d12cd4b7753c4420f66 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 251020c96f79e94a505c6cf35a855fd098b506e7..b67870b12a61d0bd3bfe4fdb9932ca59ea7fb4ba 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 7402525164fe74dc5c723c14e39e3f0e73c72fc7..a4baccda779e267a0492a7b9dc392847bb4173ed 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 30c3cac91faf028b686773d8890061dd2f502952..45b9b3d53038e18eeaea789582c4ad889637fd62 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 919298e6f74b36178ef1b8bc5f6d09fa563af4d7..d69f6bef03a70d77327eec3692731fd49727f165 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 746f631aebe250be650c3efb3dd54c30fd20e636..888b495eec3f238df18036b4a9d6c216b3f19ff8 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 8ce67a46db574fa73c830f8164926a8f2c2b6054..f8d50af13fdf7cba799169c684bda747b2c49650 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 c42727f389922228c2234fcff31c259275805a9f..f63c2f3e1af85f619d1c4c2458ebc26d800b5fdf 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 e7f1c5120dc61a5eb226742dd896c7fccee848f4..11ff5ff3c7563802a084e353d7ca11100f1b4b33 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 5357b2adc60d387f156d789c1c080a2eeae74c3c..49bbb3b892d8288320b0647926dff59537ee6c26 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 1837a1158a66d1e8e6f3fc14bb5c8adb88ecedb0..4dbe7930f907f0ddf99c092d0850687266ba9d11 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 1ca14150765fc2e9816835669a1bd14d41033929..5fca4b22bc5539ba3f91f580d232aacab90292a5 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 5820df30842ed49d96adf1ecb955c37418bd5fd1..82f8dba0ad0b5ec71d97df454ddd10907a22d171 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 a120ad0abf2fd647acb4b5beb8313e75412ecba4..9f2c1ea52f05c79184a114203ee0a0b767331aa5 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 a7ff09daeed3ec8d2285b501f3acb83c121aa999..2bae5a1c5645d3d513e10b8f5822569a3a762cf0 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 3347613d8db0774609d271f7b8d0b4ce35dfa7c7..dea82fe0a06accd0d5afc429a040c6853fa903db 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 96823fb3a5f3b3afeb3c30aae288bad85fcfecb6..cfdcfab26711ae75c11c0e71c7f8d8ddd6b01441 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 f87bc9d4ee9fd19a6868228a6e8ca0f08f4b0a9c..4827e9cf03d966410827258ec38ad0e33cc029a8 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 81df2ca13c6e4aa654581a15a3a4ccf721c95762..e02dc59f8601f11c29e9eeedc4661b99ff5df4f0 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 3cc9845356ea0ff19477f182dff8018c8358f303..c084ea5cf5ecae3644c431564d309bf4f393a149 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 acae174f4b0d36f1770900ba30ded727c6556e6c..890900600f43c57c015d67727e42897a6ccb08f7 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 dde794a5d70f3864b073d56bb12c56d75d189179..5aefd7e5cfd709d7786605d47332302404980a8b 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 66aa5f024b46fce57622ec4a26516fdb26fd92dc..5c3c2bb1e170d21dddb3a5514ea3b703458a3797 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 e1cbce05dcba2b980223b9c3be5a9716da4c6c68..550614789456ee060ca951cf209d04c44e6c7a91 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 ce338305cd41754bd74ff63b5a3c25e88524ee6b..9e412c66d86812d16e5b9bc143e71b5c41379e4b 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 282ed30d3615ba6d0b194f756ad4ed1eaed0644d..679aaed1f2d05eb75c5240744276c6dd1b125899 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 5ef02b1c1d77598adfbd42782dd0fbb8ed0ec4fc..64e06da897516c359a0493c725e5fd926eac046b 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 d8e112a3a6822dd82c61c95914ca6385ca7ee2fe..85367cb8882939edc758352b073620cb4b1d523d 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 c205c5bcaacb3c0f725969d7243d04c64519e64f..4a9f103ea00b35d3e6d8deb12812cbaef2ad994a 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 ea71fad58e5b77abf869012f021aad555fd0b063..73bb64688aeba2fab56c63a361ff156c0d190fad 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 71226290f1f322a5cc7a6ebe30deb84325b93e73..f69f23b5913366f8f1638282351cb641656a99a7 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 63b8633bd9fca5ccfa4bb7b551bf488cba9a1336..da628faf5d0921fb68847e7888ec0de0de95a3ad 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 f7db62fc995260692549d3cf3732d52a2d228785..59248231aea7bb212267be8fe2804653e0bc9278 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 bf86ee912ba976fd470a3181d5dc357abae1be29..2fb084bd65820fa0a1ab0d33f4821d9797b38b97 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 adf0aafd6b2773874075ef75616e67e6e3b5dc2a..8810a5f921b443ac55a01f57c9d8b501a0759252 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 e12be72f925b7aa93241998caa824cdda6ee3aa9..de17cb698416c1988dc53682f9c421086b85862b 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 5810d669011e70ad684f634846f63c399fc3d04c..50923df1c23f2785b0ec7711b96992e07c3e3d00 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 13b0400848d8fdbdc9ad922beff74e40c5f811b9..09ec0afbedf566dc16f970593b7a7eff3001688a 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 ae6f10f60387c02f7c1855b9a4e2e1a3324acba5..52faf1fb925fbd3a22e27de38b661db9e31a127a 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 69aeeeeac55632ca55567667ffa0ebcd86626858..b150479276366f1ce9e0ed4132371f7360be7b8d 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 51df9b8ae869ac5cd955c005a64a77ad16b74edf..4e58b91ec05997daf3f526b7ff06eb82b66adf0d 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 4d81dbb4de440df45052acade8ea6e4fcd739768..7f4786b52bf0c6bcf1b9d28d291d04d8b0cf3a18 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 8f7fb2d3c2d9f76dd8b3048d13dc2a6d64341268..08ed662c65d553a8c446570e5ac4e7416eaa53a8 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 98334c4ce1f5a188d748f4590c50743a4d0e42e0..ec93c25d91707d5ff2434ab61c61f71f6cdbf127 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 b64583114f484e8ad404d2667da2d2f058a2cae1..86fda203516b13e67e4bcfad292e914c3dea5a83 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 11ee57ecfa2c56f4ba3c723262be6e25054c5172..d2fd67cf32f3fbff347ff4e81987c74a95378fe8 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 8acf66c4e47299b0b6c3ee6c6f35d87bb6498901..1bda9ab4b6e7d416054261391a5e5c402207f3c2 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 a60866044d1f6ff628f3e949bc851187024617da..ea8d02d10c6b6340c42e15091ce54eae4e646004 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 da335dbc05a942fcf3ee8cfdb503479262d0a207..3d23609dde406a1e29b04933db405fe8fc716dea 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 a70a926da107cd1b148f05be7a8395bd65fd7f78..19776881d170f3263b73c1a43fb44d9665cdac75 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 c7ad1a3660c7b57bf8e8ef8a01a314c2f3e1142b..210acc43075d344ca8480f276713b573b0564d22 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 9500e582bbeb3841aa1b85f72d6c69717780c936..a9d409b7d5aa554533cde7c72af70c817643e756 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 ed47d59dfdf528af3b6314d9428a3e3ed115e3cd..d18727e907138ae7e33120caae4fc9892e390131 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 f3d556c232891b840cc2a6fc22ba406021bb157f..63f8ee2e9e6d1bcdf4a3b44d4962dc59d02425ff 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 562109a058bbac650d95bda18fdf249c613eb33e..9f503f04a0bc50bfe610267ed522baeb90c6096b 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