summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/testcover/pkg3/a_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/testdata/testcover/pkg3/a_test.go')
-rw-r--r--libgo/go/cmd/go/testdata/testcover/pkg3/a_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgo/go/cmd/go/testdata/testcover/pkg3/a_test.go b/libgo/go/cmd/go/testdata/testcover/pkg3/a_test.go
new file mode 100644
index 00000000000..39c2c5a6fc5
--- /dev/null
+++ b/libgo/go/cmd/go/testdata/testcover/pkg3/a_test.go
@@ -0,0 +1,7 @@
+package pkg3
+
+import "testing"
+
+func TestF(t *testing.T) {
+ F()
+}