| commit | 1a3198907bf18ac961762024cf2a27581e6be6c3 | [log] [tgz] |
|---|---|---|
| author | Russ Cox <rsc@golang.org> | Mon Sep 14 21:03:53 2009 -0700 |
| committer | Russ Cox <rsc@golang.org> | Mon Sep 14 21:03:53 2009 -0700 |
| tree | 026f00b9ffbf7b5b865b8a3c9749c1499e2b182a | |
| parent | 59914723df0b120961477040673c21bc88378f92 [diff] [blame] |
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
diff --git a/test/interface/fail.go b/test/interface/fail.go index 0e0c4d3..07bd865 100644 --- a/test/interface/fail.go +++ b/test/interface/fail.go
@@ -18,6 +18,7 @@ var e interface {}; e = s; i = e.(I); + _ = i; } // hide S down here to avoid static warning