github.com/sercand/please@v13.4.0+incompatible/test/go_rules/empty_test.go (about)

     1  package whatever
     2  
     3  import "testing"
     4  
     5  func notReallyATest(t *testing.T) {
     6  	t.Errorf("NOPE")
     7  }