summaryrefslogtreecommitdiff
path: root/test/compos.go
diff options
context:
space:
mode:
authorRémy Oudompheng <oudomphe@phare.normalesup.org>2012-02-18 22:15:42 +0100
committerRémy Oudompheng <oudomphe@phare.normalesup.org>2012-02-18 22:15:42 +0100
commit2ece2f58ee529288fdc7d5527569ec938405c01d (patch)
treea0b4babf82e5837fc785e5c0a2a8bc18f1375682 /test/compos.go
parent6154f146af47d8e9dcf717b3dc59120b1997d36e (diff)
downloadgo-git-2ece2f58ee529288fdc7d5527569ec938405c01d.tar.gz
test: use testlib (another bunch).
Apply sed with: 1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run, 1s,^// $G $D/$F.go || echo.*,// compile, R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5656099
Diffstat (limited to 'test/compos.go')
-rw-r--r--test/compos.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compos.go b/test/compos.go
index 70f90f3794..65aca4f1e0 100644
--- a/test/compos.go
+++ b/test/compos.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: compos
+// run
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style