aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug/heapdump_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/debug/heapdump_test.go')
-rw-r--r--src/runtime/debug/heapdump_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/debug/heapdump_test.go b/src/runtime/debug/heapdump_test.go
index 5761c015b8..7d5b950895 100644
--- a/src/runtime/debug/heapdump_test.go
+++ b/src/runtime/debug/heapdump_test.go
@@ -38,7 +38,7 @@ type Obj struct {
}
func objfin(x *Obj) {
- println("finalized", x)
+ //println("finalized", x)
}
func TestWriteHeapDumpFinalizers(t *testing.T) {