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

99 files changed:
test/fixedbugs/bug235.go
test/fixedbugs/bug236.go
test/fixedbugs/bug237.go
test/fixedbugs/bug238.go
test/fixedbugs/bug240.go
test/fixedbugs/bug241.go
test/fixedbugs/bug243.go
test/fixedbugs/bug244.go
test/fixedbugs/bug249.go
test/fixedbugs/bug251.go
test/fixedbugs/bug252.go
test/fixedbugs/bug255.go
test/fixedbugs/bug256.go
test/fixedbugs/bug258.go
test/fixedbugs/bug259.go
test/fixedbugs/bug261.go
test/fixedbugs/bug262.go
test/fixedbugs/bug263.go
test/fixedbugs/bug269.go
test/fixedbugs/bug271.go
test/fixedbugs/bug272.go
test/fixedbugs/bug273.go
test/fixedbugs/bug274.go
test/fixedbugs/bug278.go
test/fixedbugs/bug279.go
test/fixedbugs/bug280.go
test/fixedbugs/bug281.go
test/fixedbugs/bug284.go
test/fixedbugs/bug287.go
test/fixedbugs/bug288.go
test/fixedbugs/bug289.go
test/fixedbugs/bug290.go
test/fixedbugs/bug291.go
test/fixedbugs/bug292.go
test/fixedbugs/bug293.go
test/fixedbugs/bug294.go
test/fixedbugs/bug295.go
test/fixedbugs/bug296.go
test/fixedbugs/bug297.go
test/fixedbugs/bug298.go
test/fixedbugs/bug299.go
test/fixedbugs/bug300.go
test/fixedbugs/bug303.go
test/fixedbugs/bug304.go
test/fixedbugs/bug305.go
test/fixedbugs/bug307.go
test/fixedbugs/bug308.go
test/fixedbugs/bug309.go
test/fixedbugs/bug311.go
test/fixedbugs/bug312.go
test/fixedbugs/bug318.go
test/fixedbugs/bug319.go
test/fixedbugs/bug320.go
test/fixedbugs/bug323.go
test/fixedbugs/bug325.go
test/fixedbugs/bug326.go
test/fixedbugs/bug327.go
test/fixedbugs/bug329.go
test/fixedbugs/bug330.go
test/fixedbugs/bug332.go
test/fixedbugs/bug333.go
test/fixedbugs/bug336.go
test/fixedbugs/bug337.go
test/fixedbugs/bug338.go
test/fixedbugs/bug339.go
test/fixedbugs/bug340.go
test/fixedbugs/bug342.go
test/fixedbugs/bug344.go
test/fixedbugs/bug347.go
test/fixedbugs/bug348.go
test/fixedbugs/bug349.go
test/fixedbugs/bug350.go
test/fixedbugs/bug351.go
test/fixedbugs/bug353.go
test/fixedbugs/bug355.go
test/fixedbugs/bug357.go
test/fixedbugs/bug358.go
test/fixedbugs/bug362.go
test/fixedbugs/bug363.go
test/fixedbugs/bug364.go
test/fixedbugs/bug365.go
test/fixedbugs/bug366.go
test/fixedbugs/bug368.go
test/fixedbugs/bug369.go
test/fixedbugs/bug370.go
test/fixedbugs/bug371.go
test/fixedbugs/bug373.go
test/fixedbugs/bug374.go
test/fixedbugs/bug376.go
test/fixedbugs/bug379.go
test/fixedbugs/bug380.go
test/fixedbugs/bug381.go
test/fixedbugs/bug383.go
test/fixedbugs/bug384.go
test/fixedbugs/bug386.go
test/fixedbugs/bug388.go
test/fixedbugs/bug389.go
test/fixedbugs/bug390.go
test/fixedbugs/bug394.go

index a494c50f537420c54132ac29a9e2318ce946b4be..d12d9e7368a3e617f4ec36286c070e1f8264d9bb 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 895f82a23204bb1acd51dc859a00df0693a0cedc..6c245565f299fce30ccd2081bf4cad2dfc8ec7bd 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 55cc86acea14eb4bd69694cafeb55294476e398f..58996cadc0b661db0478754dc797df911dc5c6e8 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 4d5a905f054f3eb6c0a73cd284fccde9fe7df704..cc47189e1684ef55f7356a00d2c60156013a6b8e 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 6cba9c8b1e52bec28a21b595311f16f94d4dd11a..478b5b2eafe0ec7ddc626c1cfd393b641570a636 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 172b3742e545df71664a9374a975c3f347e885f0..1f4440147b974971de72435638a82058ab6631a9 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 e3ddf0e774537d803464608955537f0ec5d14f4d..4870c3614cbf74eb54c2d1f79a71829552bb0061 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 915c3fcd095add6c64a6df2379d9c8dcaa56d003..29bf0d58b9725ec787d9ed331f0b1ae83d0e3dfb 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 c85708fd8e8c7ee94aacb75d5acdab23932025ed..dc922455e3f7d57bdfcf4a095c9325fa99b71c1d 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 d2ee6fb29dbe3b5358151a39585fab283ff6be92..43d9d526fd15b937f529cf654a0c6ead81788c43 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index a2c1dab9d39027d3982c2b67cfe59ad51f05e1a3..6f007fb7714eb6faad3babd3fce2eeeaa54534e0 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 44427cfdb4ec6a5ce5954e7eeab0e08d7c575e1d..dbd41cc6ab39413b26cd8280317038e550054c1c 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 37fa5f5c805b21a4593d8619ce34fb290bbf9c8c..0498a40d5483135a77ad9dbf11550d5a7c5c557b 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 8984df592db32b383bb03ad2b0bc248a23925f7e..d362e5a69739a8a771335c74514ea27bfa0f3ca6 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 d148fb3a0c04f79eed80cbc406ea47522eb14f5e..e4dcaeb2fea0f51e04e7fd595bf52dc9f9a0e4d7 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 8c3fda1e7151005fb3e2bdb1af0c128b8b9472f7..f7879b04c1043ec5c71c49c58180b90c079ca8b7 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 ebca7905f9ad3f4167c10d1826b0153546bc3e65..6cf248a1811f2189df0fa0c0885fb148f8dbe1a3 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 cab986ad59348fd6dfb2088cb16c839d3bbb71d2..f1cf9010d1c380ee03bef78dd1c98cf525d08378 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 4cc0408c37346876cdebe7c876802bd284ec2458..c13eb26ce4aa4402f7745d5dbebfeb08b9c3f20e 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 ba93d93ed2a72cfa0a1af8ccdc729e0f3d24f929..88add7040ac0c164742484f2cd2845cae5dbda5d 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 3b7c466748efd8a73784c9b0cb4e2448d3b76aac..c27f7ee446e9e61c80d6e22f0dc5817122ff60a2 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 dd5aaa7b8af31ac57605aad1db6aeb3d88c82359..b35b17d2ed40ee659f0305eca554017565b88a9f 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 198544c3f5425104923e6112ea0b30cdbf6ffb63..beb2d61acc84f67a0381c53d2ba67ad3f83c318d 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3699b9a141d47d72c6e0098cd5a4de70b64a11cf..68a3d811c7406b85bf7cddcb01bae3f8ebfc0aca 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index af8e056d97f7894b452d6800ab56f5320977a642..e5ec5943c0d1554b9a6e5ecb14da8b5ed4b56342 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 869d446268c9f2f235cc9b35512f677798607dc9..ba594a2c48212e072fb2daaa90d47f4a25e5001c 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 821b0282550efc73bc666130a52b901566170958..24d6fdce8cedf738d0a017a89b2b31512cc13a29 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 bcf161e3de4e69cc8f8e31605f7c76bb4fa14c0a..68208085fa8c826e457c68fd81be268cf8ecc1f8 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index a4a08eedc42f6633a05fd149445d1196aacbd2c3..2ed81c593df579d07718456f370536ee030ace2a 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0105159d138d0aedb1d3c79f56a5923e4a8fc791..d2461e6a9f3c77ce1bdeafef9e650c9104fe7aca 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index f7180ff04c19fcf44d9744bf0f48f891f71812bc..3c6b68767a68640c17807eee33d615cc44f5ec20 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 80437c7f85614b41fc1faeca3537bb8347ba5586..c8ff0bc45d02e04e29694bbdb854c391d8234edd 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 09334c921121d3708ef6df370393f01ba4f06d7a..17a5483ef54f28f2e3d3b96269d558c95bdcc861 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 05852cd46ddd3cdecaa47eb3ef9ec0c5f9c07de7..07051dd3fbeb401dd55c65ae95421d3fbfff6850 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 ca9b71a3acdeabc43d2a2389933b8081b1d78f6f..bf926f5a4dd14fba6df1f00ba88981a38e7aabc8 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 18f45931c4bba3d165b73f8bb85b6dc503450f78..0f3e38098c592d8d113ef8f9cead105acda26d9b 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 fec2351f31b99e1ff597c92abd62113e8157f481..e2e5206ca1421501146ec3b61b09b51f21267aaa 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 46d8dbcfe4bf81f6ca4377e455df4d728b2c9791..a7c4e0c464eaa4b4d5245ec309134003dce3f0fa 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 8767cdfea5459476f6075be3a57c5e660d9ddfd5..b5dfa8d878e196fc6391bc93caba01a160876f10 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index c16c3f98af196a35d73ea52903e5356799af7446..bd362ace2d0e6fd51a0a0e0dd144a39bb83ea417 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1c7adb5f5b80327b6c6bf40372cabc5090d8633c..9646723bfda9f14571d475ad5d8a2a750b08d854 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 09ee3ab697f0fbaa35b4bb98c94fbde6ae85ebe1..1ef43a0ad0b532aa9443cc65343d9b6477ccb96f 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3bd790f136d6ad50097bc506c695454b0e88066b..94ca07e702fd6a9f20e3918749907a9f335a5e39 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 adcf08a35573fe616934f7345e8d185eb122e963..ad71b20f3852c38ecaaff768268a0b31f2cbb4bd 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 758fee2698acdb8934868f0a0e901775d1c2c60e..d0a4b24b877f4e19921d770f979661a68fa5982f 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1b42c09ab1e3bcfcb5fe3874c0d960f966145e2d..64451252971b15b19db82fb1b48fbf8610ae703c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c2845f04213e733da9a628745d73df65b971c766..5bea5175b17c1c6d001d43d820d67219aed76ccf 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 37033f6cc08a975a266e924db687a961daa779dc..948ca5c796dccd218986464ef4305cf3eb804b47 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index ed937a674700d67b2b9494d821e89887bce047d3..edcd975963575eb71a5a126c7d84158db1783d56 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 70888dd410f7c412e559701ae6d637d0ba03eb15..c7c17e101189d4d39c919a282e8f2107c86f14e5 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 9c46a04269cffee784f7d741c7a7083c455a6688..93de2d847108a9c49d3879cd15301044df07909c 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f60eee4fb2313256e1c29821480283748cdf394f..f8e959a3185cd7f6c144c5e26700dba099ce5f35 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 06d41f2ed87ee06e79eec86757fc30581ed0eec1..c2dd31b813170bd5c588d944c321668c567bf3db 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 23e2be6603aaa14e7b0107d18a90d24825aefe68..9730ae5c8c60cbae4597b0e0915fe02d7410c4be 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index b86740fff9342fedaa8e6be4af6f3f71de738131..6ccd0e3c820325096a7e1915d78301f1a1d37e0f 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7e123e3a39b6cdec7b88c701edeffaaad22eccfa..57f6471dc8ef2fd49ec87009eb1e7d2acbd1980f 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 4ba5f6072e8911abf48a5f47d25eb62894509bb1..0598d95d6820a6709bb26d429d706aefcda4bc3a 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 0b7074d62bae9f99accfbf10a65249cf075009f4..74fc78198b393372b1299de757f2367ba1952cf0 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 114492aff80ad182885bb951a4ff76fab813815a..ef6a0777fee6c27d157d21fcc6881466e0c1098c 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 be79286b819ca827bdf612ea70872bfdecf2f629..702779ba675d458b3f41d409d366d9e94e3a53ca 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 515c1f3fabd0aa6285b9f61d753838c64a2979b3..bb690f0e5b6e90790ab052c8bf36de1949f0e03e 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 8de36898f8c5b92c213d470fbfe281817d85d3df..fbf23207c2ee922bdfd389db196469d59ebcffc9 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 ca9b4b45369504dc4a4b35a5c94ab4ee1ceabe80..38dc665fa68bb8f66dd9c9f92efa6018b63cebb1 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index c368a7fadc59c87a02f332ba30bd57125b75ac79..c2193fcc253a18dab721ceca52443a842248ddfc 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 eac7c5ee62363a97f5e463938e593659f6f61681..59921d41caba14ef4bb1655f5bf4a13b166ebd12 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 34cc013151f992ac2377042c43b2b6c3ef9341f7..d996ab64cd4fcfa73e944f7d9c4cd3170033437b 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0852cdd34832ee1eeb28ae276c6c2fe32c2dd0e9..5f1efbdfe1e30838789c4f0a63c3ea31609b06ec 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index ce953f7f2f7e996ce399cab750861c8385680464..4a92624c7695e3d7ccfa9d65e11820c1b0859c15 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 5532cee83107c1cf944e9b6d46142f132b997d5b..08edf0f4ffb9a81e662f9fbef9d816fb92124c83 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 1a539aa3e471ee3ed0fd1c5cf17e2e0a86898d3c..54a289a8de6823f39a53573b7e12c1feb82ffadd 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 e7612edb77e4f02b81d63ced2e48aebba91f4a6b..a3e6bd1619aefd655ed78bdbc09f20c16a687ffa 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index f8df3f58b96a88d2c55511cdb8bc220a5d00f391..5ce8996ffaacf569a0d04ebbc2fe3527f8ee79f2 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9625c6a501c0da50c099509b07b4297fda5b11be..4c5c7c32782595b9ce5267a9e507b72c8815de21 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index b59d97f33842d822b285c0469e491a18436a177e..2a532c49115c7166075809dca55c8be6ea19ae72 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index a9cf0161b0d8fae6d4ffc9f7a75cf8c3b03b4a28..fcf859b7fccfb4d54c85ff39dec3e767794e5835 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 448d9826370618bdba84dc517c25a0bf57b4cb0c..2ac64a80b643e3858979b6328c24137932cbe360 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 82fbf7f8150f376cef4ebe923a2f64ddcbc738f5..6a008484f4f2bbac29c8b80caaca955182ba9469 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index f38572c0d0f6050ccc17b6ad21436ce3844a5951..b888ccb44872629812dabe495550d36bb275ab24 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9347ec28b62d4460c85aa4b0dca9cb9c5d43024c..615c66865cbe15c93c63e0a0f5dffc7f55ff6d3a 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index a93312107e336515efde1fdbf20042d86edaef9e..64120d1643ca2b0baa161f177c6cd0c741809f4c 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 bc8c2c5e62c7d9a07b2d472f9064575b95a23494..795323bb3d2fbfe7379dc78cc0a98a152dcbd3a6 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 8c000f50a931838dffe9d09017521679d26a56d7..33a1a5a7ebfc3337f0ca02972b4bb72584407bf1 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 8d94f531c9bd8aa6e3cbb85ee135d67272ad0877..c38cc7fad79c63a68a90e028fbf4992cf01c8b36 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 8eb23eecf16ecd6bc2d50d7d2f35a16fdfe5fb91..4d98e85082133d740e588d5c97dfb5be632c110a 100644 (file)
@@ -1,6 +1,6 @@
 // $G -N -o slow.$A $D/bug369.dir/pkg.go &&
 // $G -o fast.$A $D/bug369.dir/pkg.go &&
-// $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 9cb45f6e0dea549bd6e9f6395c2092bdef4700f4..246bc7c4e5b7e20159897aef4a2f7dcc8a03875f 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 bf993df068032e28461088cc080d1be245fe138c..6329e9635a2dadbaed3b2c59a475c7fcd4898c7e 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 934a6c7328c7d57586ca253053d423bc0e2dd1bc..e91f26d6ed054e4d92fe644d2f8a4b3aa59bbcf9 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index b55c5df4567ca77f1c66ea3abab451f1d9eb3448..4f0b721f24bcdf28e110e0b93bcf64dea0002d03 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1efbeecf21c1a6458c09937b671f4083ba63029e..5fbbc9cd444332ded2d7879c78c26aceaa9fcebd 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3dd3d2983bd0869130cad19cbdc35e84c1df75de..81e9c266ee4f22130a1562033027b1616d15480c 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 75b58064f5df3ecbd4a4db185a2a48237bb96b1d..96e1edecac8e24bc988f5657ddd7cde27827aafc 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 293ba71249a5e08a421d3035caf268f207dbb82c..0253e1446bc821ba64bcd112a17641352d0c472d 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 181a897b63d42f82b96db769f67e2be468591498..503779c3772de6060a217878c0cfa1ffdd744528 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index b3d646688293197b9831f407b847695f5bfa75d6..0233c197c4e9ce4d46d18aea8dde63085770e2c1 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index b42c07073b03946c4ad58ab9dea057b82002fa3b..ec358bd36e40ca690b78d0367954b2ae068733ea 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1459285b2fab841107071639c6bbf273041c38b7..aa4cc5a97a61a24ab814943ef51eb912b56c7480 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index ecbbbdd585e8fe4c04ac34e1f127ab3014b38d9d..55a02e05c0705c97e5da03c6a050be2456d4f3c3 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 31c4dd40babb829eef8dc13350c5c535c00451ef..7ce9e137035a4a679728f710b98d3129e96c1e9a 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 42c20e7a9188c797922389d47ef38e178489e15e..2d77156c1aeccd650347d16df2751c0617e2d6c1 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style