aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz/counters_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/fuzz/counters_unsupported.go')
-rw-r--r--src/internal/fuzz/counters_unsupported.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/fuzz/counters_unsupported.go b/src/internal/fuzz/counters_unsupported.go
index 156919ec2e..93b99e5b09 100644
--- a/src/internal/fuzz/counters_unsupported.go
+++ b/src/internal/fuzz/counters_unsupported.go
@@ -8,7 +8,7 @@
//
// If you update this constraint, also update internal/platform.FuzzInstrumented.
//
-//go:build !((darwin || linux || windows || freebsd || openbsd) && (amd64 || arm64))
+//go:build !((darwin || linux || windows || freebsd || openbsd) && (amd64 || arm64)) && !loong64
package fuzz