aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/go/go_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/go/go_test.go b/src/cmd/go/go_test.go
index ca1e392833..c2a4f517ec 100644
--- a/src/cmd/go/go_test.go
+++ b/src/cmd/go/go_test.go
@@ -4342,7 +4342,8 @@ func TestUserOverrideFlags(t *testing.T) {
tg := testgo(t)
defer tg.cleanup()
- tg.parallel()
+ // Don't call tg.parallel, as creating override.h and override.a may
+ // confuse other tests.
tg.tempFile("override.go", `package main
import "C"