summaryrefslogtreecommitdiff
path: root/test/typeswitch1.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/typeswitch1.go')
-rw-r--r--test/typeswitch1.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/typeswitch1.go b/test/typeswitch1.go
index 8b33d39bc0..a980ce4c07 100644
--- a/test/typeswitch1.go
+++ b/test/typeswitch1.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 simple type switches on basic types.
+
package main
import "fmt"