Skip to content

Commit 13d4bd9

Browse files
committed
Make CompareIdenticalValues test work on arm64
1 parent c10d03e commit 13d4bd9

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)