summaryrefslogtreecommitdiff
path: root/test/for.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/for.go')
-rw-r--r--test/for.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/for.go b/test/for.go
index a21213ff3..8a5009065 100644
--- a/test/for.go
+++ b/test/for.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 for loops.
+
package main
func assertequal(is, shouldbe int, msg string) {