aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue9862_run.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue9862_run.go')
-rw-r--r--test/fixedbugs/issue9862_run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue9862_run.go b/test/fixedbugs/issue9862_run.go
index 299e809545..c956c7f7bd 100644
--- a/test/fixedbugs/issue9862_run.go
+++ b/test/fixedbugs/issue9862_run.go
@@ -1,4 +1,4 @@
-// +build !nacl,!js
+// +build !nacl,!js,gc
// run
// Copyright 2015 The Go Authors. All rights reserved.