summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/src/main_test/m_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/testdata/src/main_test/m_test.go')
-rw-r--r--libgo/go/cmd/go/testdata/src/main_test/m_test.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgo/go/cmd/go/testdata/src/main_test/m_test.go b/libgo/go/cmd/go/testdata/src/main_test/m_test.go
new file mode 100644
index 0000000000..f865b7734f
--- /dev/null
+++ b/libgo/go/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()
+}