summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug251.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-16 23:49:59 -0500
committerRuss Cox <rsc@golang.org>2012-02-16 23:49:59 -0500
commita5597cf7e02e7008597c44adaf9513e5681fa596 (patch)
tree2bba08d37cf618346f599ecd6e92afa35f2ac75c /test/fixedbugs/bug251.go
parent1d400f219795bb0c1e7b048a60ff79fb16a20ce7 (diff)
downloadgo-a5597cf7e02e7008597c44adaf9513e5681fa596.tar.gz
test: use testlib (third 100)
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 http://codereview.appspot.com/5656083
Diffstat (limited to 'test/fixedbugs/bug251.go')
-rw-r--r--test/fixedbugs/bug251.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug251.go b/test/fixedbugs/bug251.go
index d2ee6fb29..43d9d526f 100644
--- a/test/fixedbugs/bug251.go
+++ b/test/fixedbugs/bug251.go
@@ -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