Sign in
◑
Theme
go
/
go
/
6d1aaf143c879ae7acbd20a1e60bf74681bf6055
/
.
/
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())
}
}