blob: 7a9166d81587a017a5c6ce361091e89805e1f623 [file] [log] [blame]
Adding a new test with build errors is a regression
-- p.go --
package p
-- .commit --
Initial commit with no tests
-- p_test.go --
package p
import "testing"
func TestP(t *testing.T) {
(
}
-- .commit --
Add test with build error
-- .run_test --
# Errors
Test regressions detected between initial commit (INITIAL_COMMIT_HASH) and HEAD:
1: sketch.dev: Previously had no tests, now has build/vet errors
Please fix before proceeding.