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