| commit | eb37b5b74499c1c5f90a1adf533dc59fa870d794 | [log] [tgz] |
|---|---|---|
| author | Rob Pike <r@golang.org> | Fri Feb 24 16:24:24 2012 +1100 |
| committer | Rob Pike <r@golang.org> | Fri Feb 24 16:24:24 2012 +1100 |
| tree | 27d4ae32032e8f148062581b8d44337a4faea1ed | |
| parent | 51a84bbfaa812fe0421ab4a1607bf87b43d2a877 [diff] [blame] |
test: document ken/*.go R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694065
diff --git a/test/ken/divconst.go b/test/ken/divconst.go index 46786fb..670e074 100644 --- a/test/ken/divconst.go +++ b/test/ken/divconst.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 integer division by constants. + package main import "math/rand"