aboutsummaryrefslogtreecommitdiff
path: root/test/interface
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/interface
parent6154f146af47d8e9dcf717b3dc59120b1997d36e (diff)
downloadgo-2ece2f58ee529288fdc7d5527569ec938405c01d.tar.xz
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/interface')
-rw-r--r--test/interface/noeq.go2
-rw-r--r--test/interface/recursive.go2
-rw-r--r--test/interface/struct.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/interface/noeq.go b/test/interface/noeq.go
index 3c2ea5975a..b89fd0e824 100644
--- a/test/interface/noeq.go
+++ b/test/interface/noeq.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: interface/noeq
+// run
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
diff --git a/test/interface/recursive.go b/test/interface/recursive.go
index 77897704ad..fcc88331e0 100644
--- a/test/interface/recursive.go
+++ b/test/interface/recursive.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
diff --git a/test/interface/struct.go b/test/interface/struct.go
index 40b7f4f910..3c9d01da4a 100644
--- a/test/interface/struct.go
+++ b/test/interface/struct.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG interface6
+// run
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style