summaryrefslogtreecommitdiff
path: root/test/struct0.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-16 23:51:04 -0500
committerRuss Cox <rsc@golang.org>2012-02-16 23:51:04 -0500
commit7021b86f26b27de2f15519ccf60becfed8599a03 (patch)
treed3b7bc03b17995fe9e6b5ce96c691325c1b7f712 /test/struct0.go
parent919bacb81724be250e3841d23e0cfce20c9c5429 (diff)
downloadgo-7021b86f26b27de2f15519ccf60becfed8599a03.tar.gz
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 http://codereview.appspot.com/5671080
Diffstat (limited to 'test/struct0.go')
-rw-r--r--test/struct0.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/struct0.go b/test/struct0.go
index 2398c4117..490d38973 100644
--- a/test/struct0.go
+++ b/test/struct0.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