blob: ceeb2a581d145a6ae3ffd3c1a62820cea3c9281f [file] [log] [blame]
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +00001Going from no tests to no tests is not a regression
2
3-- p.go --
4package p
5
6-- .commit --
7Initial commit
8
9-- other.go --
10package p
11
12func F() {
13}
14
15-- .commit --
16Add func
17
18-- .run_test --
19OK