Skip to content

Commit 9f51f6f

Browse files
authored
Merge pull request github#13948 from github/mbg/go/fix-compare-identical-values-arm64
Make `CompareIdenticalValues` test work on arm64
2 parents c10d03e + 13d4bd9 commit 9f51f6f

File tree

1 file changed

+2
-2
lines changed
  • go/ql/test/query-tests/RedundantCode/CompareIdenticalValues

1 file changed

+2
-2
lines changed

go/ql/test/query-tests/RedundantCode/CompareIdenticalValues/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build (linux && ignore) || amd64
2-
// +build linux,ignore amd64
1+
//go:build (linux && ignore) || amd64 || arm64
2+
// +build linux,ignore amd64 arm64
33

44
package main
55

0 commit comments

Comments
 (0)