aboutsummaryrefslogtreecommitdiff
path: root/test/mallocfin.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
commit501f0b578fd2bbd1919d85c4d3d4bb2e15e18545 (patch)
tree59aa62a3365d0d5334638d31156b31b26fcdb609 /test/mallocfin.go
parent3391de8df7a6b2bb87acae8f1a8e82f851fc0511 (diff)
downloadgo-501f0b578fd2bbd1919d85c4d3d4bb2e15e18545.tar.gz
go-501f0b578fd2bbd1919d85c4d3d4bb2e15e18545.zip
test: commentary for [h-m]*.go
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5674112
Diffstat (limited to 'test/mallocfin.go')
-rw-r--r--test/mallocfin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mallocfin.go b/test/mallocfin.go
index 2f9f8386da..be6d79b2b8 100644
--- a/test/mallocfin.go
+++ b/test/mallocfin.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// trivial finalizer test
+// Test basic operation of finalizers.
package main