summaryrefslogtreecommitdiff
path: root/test/goprint.go
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2012-02-24 13:17:26 +1100
committerBrad Fitzpatrick <bradfitz@golang.org>2012-02-24 13:17:26 +1100
commit733014fdbf3f2981c40bf66abcb17a30957b4e39 (patch)
tree6403300975f3c046a1a603f811ca7ae7eece534b /test/goprint.go
parentaa673e7253933957bc63e8884295c64da3f50c23 (diff)
downloadgo-733014fdbf3f2981c40bf66abcb17a30957b4e39.tar.gz
test: add cmpout to testlib
R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5699060
Diffstat (limited to 'test/goprint.go')
-rw-r--r--test/goprint.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/goprint.go b/test/goprint.go
index 3fe08f307..2f0d3c390 100644
--- a/test/goprint.go
+++ b/test/goprint.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out 2>&1 | cmp - $D/$F.out
+// cmpout
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style