diff options
author | Russ Cox <rsc@golang.org> | 2012-02-16 23:51:04 -0500 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2012-02-16 23:51:04 -0500 |
commit | 57eb06fe93db49501ab61340a1bf41b95a3474b3 (patch) | |
tree | 91b0017983c55fa520a1f84ff0d3354092c3fa41 /test/utf.go | |
parent | d2cc9884296e84f18ff23550a4561e7b0109efd5 (diff) | |
download | go-git-57eb06fe93db49501ab61340a1bf41b95a3474b3.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
https://golang.org/cl/5671080
Diffstat (limited to 'test/utf.go')
-rw-r--r-- | test/utf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utf.go b/test/utf.go index 9fba58156b..0a3a1c0d6b 100644 --- a/test/utf.go +++ b/test/utf.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 |