From 57eb06fe93db49501ab61340a1bf41b95a3474b3 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 16 Feb 2012 23:51:04 -0500 Subject: test: use testlib (final 61) 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/5671080 --- test/switch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/switch.go') diff --git a/test/switch.go b/test/switch.go index bed027ce85..68bd117f0b 100644 --- a/test/switch.go +++ b/test/switch.go @@ -1,4 +1,4 @@ -// $G $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