From c67478eb2cfefebf09d0c648efa24bb9578078ba Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 14 Sep 2009 21:03:53 -0700 Subject: fix "declared and not used" in tests; also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622 --- test/gc1.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/gc1.go') diff --git a/test/gc1.go b/test/gc1.go index d746e9c62..eecc036fc 100644 --- a/test/gc1.go +++ b/test/gc1.go @@ -9,5 +9,6 @@ package main func main() { for i := 0; i < 1000000; i++ { x := new([100]byte); + _ = x; } } -- cgit v1.2.3