aboutsummaryrefslogtreecommitdiff
path: root/test/cmplxdivide.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2015-01-15 10:43:04 +1100
committerRob Pike <r@golang.org>2015-01-15 00:00:06 +0000
commit3b63b69d2f16be676d4fdc4f4ac697ed92abf523 (patch)
tree3ed146f6dcb159bddeb62fca4995c37d2b752eff /test/cmplxdivide.go
parent636de7afb61d3afc354949fb6290afd9554dd5a5 (diff)
downloadgo-3b63b69d2f16be676d4fdc4f4ac697ed92abf523.tar.gz
go-3b63b69d2f16be676d4fdc4f4ac697ed92abf523.zip
test: comment the behavior and use of cmplxdivide*
The various files are confusingly named and their operation not easy to see. Add a comment to cmplxdivide.c, one of the few C files that will endure in the repository, to explain how to build and run the test. Change-Id: I1fd5c564a14217e1b9815b09bc24cc43c54c096f Reviewed-on: https://go-review.googlesource.com/2850 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'test/cmplxdivide.go')
-rw-r--r--test/cmplxdivide.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmplxdivide.go b/test/cmplxdivide.go
index 40c84486da..8e2967258f 100644
--- a/test/cmplxdivide.go
+++ b/test/cmplxdivide.go
@@ -5,6 +5,7 @@
// license that can be found in the LICENSE file.
// Driver for complex division table defined in cmplxdivide1.go
+// For details, see the comment at the top of in cmplxdivide.c.
package main