summaryrefslogtreecommitdiff
path: root/test/if.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/if.go')
-rw-r--r--test/if.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/if.go b/test/if.go
index 13955781f..25cc14164 100644
--- a/test/if.go
+++ b/test/if.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 if statements in various forms.
+
package main
func assertequal(is, shouldbe int, msg string) {