summaryrefslogtreecommitdiff
path: root/test/func4.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-16 23:50:37 -0500
committerRuss Cox <rsc@golang.org>2012-02-16 23:50:37 -0500
commitd2cc9884296e84f18ff23550a4561e7b0109efd5 (patch)
tree2096447079557286fcc31cb2f674cf56ddec4541 /test/func4.go
parent8080384a68850b47d7c5a85f7f904de80a3ae449 (diff)
downloadgo-git-d2cc9884296e84f18ff23550a4561e7b0109efd5.tar.gz
test: use testlib (fourth 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 https://golang.org/cl/5673079
Diffstat (limited to 'test/func4.go')
-rw-r--r--test/func4.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/func4.go b/test/func4.go
index 2a1a932de9..c53e7a23ac 100644
--- a/test/func4.go
+++ b/test/func4.go
@@ -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