From 2ece2f58ee529288fdc7d5527569ec938405c01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Oudompheng?= Date: Sat, 18 Feb 2012 22:15:42 +0100 Subject: 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 --- test/compos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compos.go') 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 -- cgit v1.2.1