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 | d2cc9884296e84f18ff23550a4561e7b0109efd5 (patch) | |
| tree | 2096447079557286fcc31cb2f674cf56ddec4541 /test/fixedbugs/bug397.go | |
| parent | 8080384a68850b47d7c5a85f7f904de80a3ae449 (diff) | |
| download | go-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/fixedbugs/bug397.go')
| -rw-r--r-- | test/fixedbugs/bug397.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug397.go b/test/fixedbugs/bug397.go index 0395701302..56cc7cdd4d 100644 --- a/test/fixedbugs/bug397.go +++ b/test/fixedbugs/bug397.go @@ -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 |
