Home | History | Annotate | Download | only in p3
      1 package p3
      2 
      3 import (
      4 	"testing"
      5 
      6 	_ "testcycle/p1"
      7 )
      8 
      9 func Test(t *testing.T) {
     10 }
     11