blob: 6161586f5ab463657430dd0200b30246a1d80cc4 [file] [log] [blame]
Adding failing tests 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) {
t.FailNow()
}
-- .commit --
Add failing test
-- .run_test --
# Errors
Test regressions detected between initial commit (cf75ed70e940ce33a17a70b1894ad053b67731c0) and HEAD:
1: sketch.dev.TestP: New test is failing
Please fix before proceeding.