summaryrefslogtreecommitdiff
path: root/test/gc.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/gc.go')
-rw-r--r--test/gc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gc.go b/test/gc.go
index 864d05c39..3aab8fac9 100644
--- a/test/gc.go
+++ b/test/gc.go
@@ -11,7 +11,7 @@ import "runtime"
func mk2() {
b := new([10000]byte)
_ = b
- // println(b, "stored at", &b);
+ // println(b, "stored at", &b)
}
func mk1() { mk2() }