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, 0 insertions, 10 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
deleted file mode 100644
index f865b7734f0..00000000000
--- a/libgo/go/cmd/go/testdata/src/main_test/m_test.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package main_test
-
-import (
- . "main_test"
- "testing"
-)
-
-func Test1(t *testing.T) {
- F()
-}