blob: ceeb2a581d145a6ae3ffd3c1a62820cea3c9281f [file] [log] [blame]
Going from no tests to no tests is not a regression
-- p.go --
package p
-- .commit --
Initial commit
-- other.go --
package p
func F() {
}
-- .commit --
Add func
-- .run_test --
OK