summaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/src/main_test/m_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/src/main_test/m_test.go')
-rw-r--r--src/cmd/go/testdata/src/main_test/m_test.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/src/main_test/m_test.go b/src/cmd/go/testdata/src/main_test/m_test.go
new file mode 100644
index 000000000..f865b7734
--- /dev/null
+++ b/src/cmd/go/testdata/src/main_test/m_test.go
@@ -0,0 +1,10 @@
+package main_test
+
+import (
+ . "main_test"
+ "testing"
+)
+
+func Test1(t *testing.T) {
+ F()
+}