summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug233.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug233.go')
-rw-r--r--test/fixedbugs/bug233.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/bug233.go b/test/fixedbugs/bug233.go
index 31bb673eb..63f8ee2e9 100644
--- a/test/fixedbugs/bug233.go
+++ b/test/fixedbugs/bug233.go
@@ -1,10 +1,10 @@
-// $G $D/$F.go
+// 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
+package bug233
import p "fmt"
var _ = p.Print
var fmt = 10