summaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/src/main_test/m_test.go
blob: f865b7734f0e5d56fe6e62dd0f540efc00eb783a (plain)
1
2
3
4
5
6
7
8
9
10
package main_test

import (
	. "main_test"
	"testing"
)

func Test1(t *testing.T) {
	F()
}