summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug091.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
commit2b1c9b4be2f0cae22d0c26f3f010a16c4ddce0a5 (patch)
tree5f001875929f1ec86be80502c8da51ed18d743ef /test/fixedbugs/bug091.go
parent0b477ef17e184117922428a5a5ef15ffab12590a (diff)
downloadgo-git-2b1c9b4be2f0cae22d0c26f3f010a16c4ddce0a5.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 https://golang.org/cl/5673078
Diffstat (limited to 'test/fixedbugs/bug091.go')
-rw-r--r--test/fixedbugs/bug091.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug091.go b/test/fixedbugs/bug091.go
index c2ede7153c..dbb1287a15 100644
--- a/test/fixedbugs/bug091.go
+++ b/test/fixedbugs/bug091.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