summaryrefslogtreecommitdiff
path: root/test/import1.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/import1.go')
-rw-r--r--test/import1.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/import1.go b/test/import1.go
index ebd704ef9..56b29d58c 100644
--- a/test/import1.go
+++ b/test/import1.go
@@ -1,10 +1,11 @@
-// errchk $G -e $D/$F.go
+// errorcheck
// 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.
-// check for import conflicts
+// Verify that import conflicts are detected by the compiler.
+// Does not compile.
package main