commit | e014cf0e545ca16abfd2a80d541750c6a3809082 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Fri Feb 24 13:17:26 2012 +1100 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Feb 24 13:17:26 2012 +1100 |
tree | 0ea13eea0ca3f46b15fb88fb6e93cee73775541c | |
parent | 5cff0299931d9f114ca3b3f40aa1e5bb62e2ad08 [diff] [blame] |
test: add cmpout to testlib R=golang-dev, r CC=golang-dev https://golang.org/cl/5699060
diff --git a/test/helloworld.go b/test/helloworld.go index 9c33cab..5025ec9 100644 --- a/test/helloworld.go +++ b/test/helloworld.go
@@ -1,4 +1,4 @@ -// $G $F.go && $L $F.$A && ./$A.out 2>&1 | cmp - $D/$F.out +// cmpout // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style