Sign in
go
/
go.git
/
ff5bff8a5fb4d81bf18f2cd23bfef30d5413e4e8
/
.
/
src
/
cmd
/
go
/
testdata
/
testimport
/
x_test.go
blob: b253e3fd2dd9453d8c812acff968c21953bf98ad [
file
]
package p_test
import (
. "../testimport"
"./p2"
"testing"
)
func TestF1(t *testing.T) {
if F() != p2.F() {
t.Fatal(F())
}
}