summaryrefslogtreecommitdiff
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
commit4f4245d292b8f51a6d9fe1a843eeeac41cf4d21c (patch)
tree4357e8f1483d2822c75c6993ed6616c1e0e2b26b /test/interface
parent00f163e3d34d9d40cd594e6f166102c036205b52 (diff)
downloadgo-4f4245d292b8f51a6d9fe1a843eeeac41cf4d21c.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 http://codereview.appspot.com/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 3c2ea5975..b89fd0e82 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 77897704a..fcc88331e 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 40b7f4f91..3c9d01da4 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