summaryrefslogtreecommitdiff
path: root/test/crlf.go
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-04-20 23:45:43 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-04-20 23:45:43 +0800
commit872940503e95dfff5a4b9b47f59c6200c6fa2b21 (patch)
tree17450eb6f9862d7f2802026374341385d0eed8cb /test/crlf.go
parent71dc8cf4f07986d363090748bb01bb7790528a67 (diff)
downloadgo-872940503e95dfff5a4b9b47f59c6200c6fa2b21.tar.gz
test: use testlib in a few more cases (part 2)
Introduced "runoutput" cmd for running generated program R=golang-dev, iant, bradfitz, remyoudompheng CC=golang-dev http://codereview.appspot.com/5869049
Diffstat (limited to 'test/crlf.go')
-rw-r--r--test/crlf.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/crlf.go b/test/crlf.go
index 292b63bf4..2d56889b0 100644
--- a/test/crlf.go
+++ b/test/crlf.go
@@ -1,6 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go &&
-// $G tmp.go && $L tmp.$A && ./$A.out
-// rm -f tmp.go
+// runoutput
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style