summaryrefslogtreecommitdiff
path: root/test/init1.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-16 23:50:37 -0500
committerRuss Cox <rsc@golang.org>2012-02-16 23:50:37 -0500
commit919bacb81724be250e3841d23e0cfce20c9c5429 (patch)
treec9eab29a462860871594d716e9643455c801fba3 /test/init1.go
parenta5597cf7e02e7008597c44adaf9513e5681fa596 (diff)
downloadgo-919bacb81724be250e3841d23e0cfce20c9c5429.tar.gz
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 http://codereview.appspot.com/5673079
Diffstat (limited to 'test/init1.go')
-rw-r--r--test/init1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/init1.go b/test/init1.go
index 56ef17249..a888ad744 100644
--- a/test/init1.go
+++ b/test/init1.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style