diff options
author | Russ Cox <rsc@golang.org> | 2009-10-19 18:46:46 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-10-19 18:46:46 -0700 |
commit | 54ce345a97cc4f4bf03058cfa54fb7033f644bb2 (patch) | |
tree | f203e7394460601129b86b8a41ec5f3610861bee | |
parent | 76a608808e7979a77e34722fa40f22480b7d549f (diff) | |
download | golang-54ce345a97cc4f4bf03058cfa54fb7033f644bb2.tar.gz |
duplicate of bug190
R=gri
DELTA=16 (0 added, 16 deleted, 0 changed)
OCL=35892
CL=35895
-rw-r--r-- | test/bugs/bug210.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/bugs/bug210.go b/test/bugs/bug210.go deleted file mode 100644 index a40dab160..000000000 --- a/test/bugs/bug210.go +++ /dev/null @@ -1,16 +0,0 @@ -// $G $D/$F.go || echo BUG: should compile - -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package main - -type T struct { - children []T; -} - -/* -uetli:/home/gri/go/test/bugs gri$ 6g bug210.go -bug210.go:10: invalid recursive type []T -*/ |