]> Cypherpunks repositories - gostls13.git/commitdiff
With the removal of export, this bug no longer tests anything
authorIan Lance Taylor <iant@golang.org>
Wed, 21 Jan 2009 19:56:28 +0000 (11:56 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 21 Jan 2009 19:56:28 +0000 (11:56 -0800)
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

test/fixedbugs/bug025.go [deleted file]

diff --git a/test/fixedbugs/bug025.go b/test/fixedbugs/bug025.go
deleted file mode 100644 (file)
index 545b171..0000000
+++ /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
-
-*/