From: Ian Lance Taylor Date: Wed, 21 Jan 2009 19:56:28 +0000 (-0800) Subject: With the removal of export, this bug no longer tests anything X-Git-Tag: weekly.2009-11-06~2321 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8e79b0a2a829a9ea3cf370aa32ffb467ffc4ce8c;p=gostls13.git With the removal of export, this bug no longer tests anything interesting. It was disabled last week anyhow. Let's just delete it. R=r,rsc DELTA=12 (0 added, 12 deleted, 0 changed) OCL=23204 CL=23219 --- diff --git a/test/fixedbugs/bug025.go b/test/fixedbugs/bug025.go deleted file mode 100644 index 545b171bc7..0000000000 --- a/test/fixedbugs/bug025.go +++ /dev/null @@ -1,16 +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 - -package main - -foo - -func main() {} - -/* -bug25.go:5: fatal error: dumpexportvar: oname nil: Foo - -*/