diff options
-rw-r--r-- | test/bugs/bug032.go | 11 | ||||
-rw-r--r-- | test/golden.out | 3 |
2 files changed, 0 insertions, 14 deletions
diff --git a/test/bugs/bug032.go b/test/bugs/bug032.go deleted file mode 100644 index fb11fdfbe..000000000 --- a/test/bugs/bug032.go +++ /dev/null @@ -1,11 +0,0 @@ -// 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. - -// $G $D/$F.go && echo BUG: compilation succeeds incorrectly - -package main - -type I interface { - g,f ()int; // BUG only one method name allowed per signature -} diff --git a/test/golden.out b/test/golden.out index cedf02964..3d7795022 100644 --- a/test/golden.out +++ b/test/golden.out @@ -85,9 +85,6 @@ PASS bugs/bug020.go:7: type of a structure field cannot be an open array BUG should compile -=========== bugs/bug032.go -BUG: compilation succeeds incorrectly - =========== bugs/bug041.go BUG: compilation succeeds incorrectly |