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