From d2cc9884296e84f18ff23550a4561e7b0109efd5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 16 Feb 2012 23:50:37 -0500 Subject: 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 --- test/interface/pointer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/interface/pointer.go') diff --git a/test/interface/pointer.go b/test/interface/pointer.go index f1e363cbff..0548c24046 100644 --- a/test/interface/pointer.go +++ b/test/interface/pointer.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 -- cgit v1.3-5-g9baa