From 0b477ef17e184117922428a5a5ef15ffab12590a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 16 Feb 2012 23:48:57 -0500 Subject: test: use testlib (first 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/5656082 --- test/convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/convert.go') diff --git a/test/convert.go b/test/convert.go index 0a75663d06..8e2b9fa7bf 100644 --- a/test/convert.go +++ b/test/convert.go @@ -1,4 +1,4 @@ -// $G $D/$F.go && $L $F.$A && ./$A.out +// run // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style -- cgit v1.2.1