Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CompareIdenticalValues
1 parent c10d03e commit 13d4bd9Copy full SHA for 13d4bd9
1 file changed
go/ql/test/query-tests/RedundantCode/CompareIdenticalValues/constants.go
@@ -1,5 +1,5 @@
1
-//go:build (linux && ignore) || amd64
2
-// +build linux,ignore amd64
+//go:build (linux && ignore) || amd64 || arm64
+// +build linux,ignore amd64 arm64
3
4
package main
5
0 commit comments