summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug198.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-16 23:49:30 -0500
committerRuss Cox <rsc@golang.org>2012-02-16 23:49:30 -0500
commit1d400f219795bb0c1e7b048a60ff79fb16a20ce7 (patch)
treeb226c397b6361195591937759e91f6795ac1555d /test/fixedbugs/bug198.go
parent4548f45a4da36a723003906ad9efb82501d0a77e (diff)
downloadgo-1d400f219795bb0c1e7b048a60ff79fb16a20ce7.tar.gz
test: use testlib (second 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 CC=golang-dev http://codereview.appspot.com/5673078
Diffstat (limited to 'test/fixedbugs/bug198.go')
-rw-r--r--test/fixedbugs/bug198.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug198.go b/test/fixedbugs/bug198.go
index ea71fad58..73bb64688 100644
--- a/test/fixedbugs/bug198.go
+++ b/test/fixedbugs/bug198.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