aboutsummaryrefslogtreecommitdiff
path: root/test/initialize.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
commitd2cc9884296e84f18ff23550a4561e7b0109efd5 (patch)
tree2096447079557286fcc31cb2f674cf56ddec4541 /test/initialize.go
parent8080384a68850b47d7c5a85f7f904de80a3ae449 (diff)
downloadgo-d2cc9884296e84f18ff23550a4561e7b0109efd5.tar.gz
go-d2cc9884296e84f18ff23550a4561e7b0109efd5.zip
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
Diffstat (limited to 'test/initialize.go')
-rw-r--r--test/initialize.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/initialize.go b/test/initialize.go
index 6dd7d67dc3..5bab5a708d 100644
--- a/test/initialize.go
+++ b/test/initialize.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