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