summaryrefslogtreecommitdiff
path: root/test/cmp2.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmp2.go')
-rw-r--r--test/cmp2.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cmp2.go b/test/cmp2.go
index d43cfcd10..5442fa17a 100644
--- a/test/cmp2.go
+++ b/test/cmp2.go
@@ -8,8 +8,7 @@ package main
func use(bool) { }
-func main()
-{
+func main() {
var a []int;
var ia interface{} = a;
use(ia == ia);