diff options
author | Russ Cox <rsc@golang.org> | 2012-02-16 23:50:37 -0500 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2012-02-16 23:50:37 -0500 |
commit | 919bacb81724be250e3841d23e0cfce20c9c5429 (patch) | |
tree | c9eab29a462860871594d716e9643455c801fba3 /test/func4.go | |
parent | a5597cf7e02e7008597c44adaf9513e5681fa596 (diff) | |
download | go-919bacb81724be250e3841d23e0cfce20c9c5429.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
http://codereview.appspot.com/5673079
Diffstat (limited to 'test/func4.go')
-rw-r--r-- | test/func4.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/func4.go b/test/func4.go index 2a1a932de..c53e7a23a 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 |