blob: c40256885c1a8892ccb114db5530b92964d882a6 [file] [log] [blame]
package p1_test
import (
"coverdep2/p2"
"testing"
)
func Test(t *testing.T) {
p2.F()
}