commit | 80a9783f842ff5d14fd5e2e5d5a129635a081031 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Fri Feb 24 11:48:19 2012 +1100 |
committer | Rob Pike <r@golang.org> | Fri Feb 24 11:48:19 2012 +1100 |
tree | 1ee1d083efadeb7077c17d701a82c5d338f4c30c | |
parent | c05c3a9d1180e6d449049d9ed96c46b65837bb29 [diff] [blame] |
test/[n-z]*.go: add documentation R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5700056
diff --git a/test/sinit.go b/test/sinit.go index 5cd3a45..1bc2810 100644 --- a/test/sinit.go +++ b/test/sinit.go
@@ -4,6 +4,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test that many initializations can be done at link time and +// generate no executable init functions. + package p // Should be no init func in the assembly.