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