summaryrefslogtreecommitdiff
path: root/test/import.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-02-23 18:47:26 +1100
committerRob Pike <r@golang.org>2012-02-23 18:47:26 +1100
commitd840779d66865cd18d2834e1719b1092588812ce (patch)
tree1bafec9c3ad11d2b5299b0846d37ec81ca896322 /test/import.go
parentb718e7466f73ddfe225b0d4e4160130f58a7f4bd (diff)
downloadgo-d840779d66865cd18d2834e1719b1092588812ce.tar.gz
test: commentary for [h-m]*.go
R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5674112
Diffstat (limited to 'test/import.go')
-rw-r--r--test/import.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/import.go b/test/import.go
index a02a4ad8a..d135cd284 100644
--- a/test/import.go
+++ b/test/import.go
@@ -4,8 +4,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// check that when import gives multiple names
-// to a type, they're still all the same type
+// Test that when import gives multiple names
+// to a single type, they still all refer to the same type.
package main