From 501f0b578fd2bbd1919d85c4d3d4bb2e15e18545 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 23 Feb 2012 18:47:26 +1100 Subject: test: commentary for [h-m]*.go R=golang-dev, gri CC=golang-dev https://golang.org/cl/5674112 --- test/intcvt.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/intcvt.go') diff --git a/test/intcvt.go b/test/intcvt.go index 81b04effdc..3920528a40 100644 --- a/test/intcvt.go +++ b/test/intcvt.go @@ -4,6 +4,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test implicit and explicit conversions of constants. + package main const ( -- cgit v1.2.1