aboutsummaryrefslogtreecommitdiff
path: root/test/ddd.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-16 23:48:57 -0500
committerRuss Cox <rsc@golang.org>2012-02-16 23:48:57 -0500
commit0b477ef17e184117922428a5a5ef15ffab12590a (patch)
tree61178431e63bb406a8753f78f77936037fc5e183 /test/ddd.go
parenta0c13b9d499f88cc5aa4cc060f5fcacb62b1af70 (diff)
downloadgo-0b477ef17e184117922428a5a5ef15ffab12590a.tar.gz
go-0b477ef17e184117922428a5a5ef15ffab12590a.zip
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
Diffstat (limited to 'test/ddd.go')
-rw-r--r--test/ddd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ddd.go b/test/ddd.go
index b95d6e883f..aa799be271 100644
--- a/test/ddd.go
+++ b/test/ddd.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style