gitee.com/wgliang/goreporter@v0.0.0-20180902115603-df1b20f7c5d0/linters/deadcode/testdata/p3/sample_test.go (about)

     1  package p
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestX(t *testing.T) {
     8  	if x != 42 {
     9  		t.Fatalf("x != 42")
    10  	}
    11  }