Sign in
go
/
go.git
/
8fcee8abbea1bb959c63a6944f9ddf490a97f802
/
.
/
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())
}
}