honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/simple/s1002/testdata/src/example.com/CheckIfBoolCmp/bool-cmp_test.go (about)

     1  package pkg
     2  
     3  import "testing"
     4  
     5  func TestFoo(t *testing.T) {
     6  	if fn1() == true {
     7  	}
     8  }