We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81b830 commit fa8a3f3Copy full SHA for fa8a3f3
src/cmd/link/dwarf_test.go
@@ -44,6 +44,7 @@ func testDWARF(t *testing.T, buildmode string, expectDWARF bool, env ...string)
44
defer os.RemoveAll(tmpDir)
45
46
for _, prog := range []string{"testprog", "testprogcgo"} {
47
+ prog := prog
48
t.Run(prog, func(t *testing.T) {
49
t.Parallel()
50
0 commit comments