Sign in
go
/
go.git
/
100b6739fc608a3e7d0f31eba66fd014e9986015
/
.
/
src
/
cmd
/
go
/
testdata
/
standalone_sub_test.go
blob: f6c31db9c81e9727bf0c01e654a20c9bb80e51af [
file
]
package standalone_sub_test
import "testing"
func Test(t *testing.T) {
t.Run("Sub", func(t *testing.T) {})
}