summaryrefslogtreecommitdiff
path: root/src/cmd/gofix/reflect_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gofix/reflect_test.go')
-rw-r--r--src/cmd/gofix/reflect_test.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cmd/gofix/reflect_test.go b/src/cmd/gofix/reflect_test.go
index 00edf30e9..032cbc745 100644
--- a/src/cmd/gofix/reflect_test.go
+++ b/src/cmd/gofix/reflect_test.go
@@ -1,3 +1,7 @@
+// Copyright 2011 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file
+
package main
import (
@@ -7,7 +11,7 @@ import (
)
func init() {
- addTestCases(reflectTests())
+ addTestCases(reflectTests(), reflectFn)
}
func reflectTests() []testCase {